ppv_lite86

Trait LaneWords4

Source
pub trait LaneWords4 {
    // Required methods
    fn shuffle_lane_words1230(self) -> Self;
    fn shuffle_lane_words2301(self) -> Self;
    fn shuffle_lane_words3012(self) -> Self;
}
Expand description

A vector composed one or more lanes each composed of four words.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<NI> LaneWords4 for u32x4x2_avx2<NI>

Source§

impl<S3, S4, NI> LaneWords4 for u32x4_sse2<S3, S4, NI>

Source§

impl<W: Copy + LaneWords4> LaneWords4 for x4<W>

Source§

impl<W: Copy + LaneWords4, G: Copy> LaneWords4 for x2<W, G>