[][src]Struct packed_simd::Simd

#[repr(transparent)]
pub struct Simd<A: SimdArray>(_);

Packed SIMD vector type.

Examples

let v = Simd::<[i32; 4]>::new(0, 1, 2, 3);
assert_eq!(v.extract(2), 2);

Trait Implementations

impl FromCast<Simd<[u8; 2]>> for i8x2[src]

impl FromCast<Simd<[m8; 2]>> for i8x2[src]

impl FromCast<Simd<[i16; 2]>> for i8x2[src]

impl FromCast<Simd<[u16; 2]>> for i8x2[src]

impl FromCast<Simd<[m16; 2]>> for i8x2[src]

impl FromCast<Simd<[i32; 2]>> for i8x2[src]

impl FromCast<Simd<[u32; 2]>> for i8x2[src]

impl FromCast<Simd<[f32; 2]>> for i8x2[src]

impl FromCast<Simd<[m32; 2]>> for i8x2[src]

impl FromCast<Simd<[i64; 2]>> for i8x2[src]

impl FromCast<Simd<[u64; 2]>> for i8x2[src]

impl FromCast<Simd<[f64; 2]>> for i8x2[src]

impl FromCast<Simd<[m64; 2]>> for i8x2[src]

impl FromCast<Simd<[i128; 2]>> for i8x2[src]

impl FromCast<Simd<[u128; 2]>> for i8x2[src]

impl FromCast<Simd<[m128; 2]>> for i8x2[src]

impl FromCast<Simd<[isize; 2]>> for i8x2[src]

impl FromCast<Simd<[usize; 2]>> for i8x2[src]

impl FromCast<Simd<[msize; 2]>> for i8x2[src]

impl FromCast<Simd<[i8; 2]>> for u8x2[src]

impl FromCast<Simd<[m8; 2]>> for u8x2[src]

impl FromCast<Simd<[i16; 2]>> for u8x2[src]

impl FromCast<Simd<[u16; 2]>> for u8x2[src]

impl FromCast<Simd<[m16; 2]>> for u8x2[src]

impl FromCast<Simd<[i32; 2]>> for u8x2[src]

impl FromCast<Simd<[u32; 2]>> for u8x2[src]

impl FromCast<Simd<[f32; 2]>> for u8x2[src]

impl FromCast<Simd<[m32; 2]>> for u8x2[src]

impl FromCast<Simd<[i64; 2]>> for u8x2[src]

impl FromCast<Simd<[u64; 2]>> for u8x2[src]

impl FromCast<Simd<[f64; 2]>> for u8x2[src]

impl FromCast<Simd<[m64; 2]>> for u8x2[src]

impl FromCast<Simd<[i128; 2]>> for u8x2[src]

impl FromCast<Simd<[u128; 2]>> for u8x2[src]

impl FromCast<Simd<[m128; 2]>> for u8x2[src]

impl FromCast<Simd<[isize; 2]>> for u8x2[src]

impl FromCast<Simd<[usize; 2]>> for u8x2[src]

impl FromCast<Simd<[msize; 2]>> for u8x2[src]

impl FromCast<Simd<[i8; 2]>> for m8x2[src]

impl FromCast<Simd<[u8; 2]>> for m8x2[src]

impl FromCast<Simd<[i16; 2]>> for m8x2[src]

impl FromCast<Simd<[u16; 2]>> for m8x2[src]

impl FromCast<Simd<[m16; 2]>> for m8x2[src]

impl FromCast<Simd<[i32; 2]>> for m8x2[src]

impl FromCast<Simd<[u32; 2]>> for m8x2[src]

impl FromCast<Simd<[f32; 2]>> for m8x2[src]

impl FromCast<Simd<[m32; 2]>> for m8x2[src]

impl FromCast<Simd<[i64; 2]>> for m8x2[src]

impl FromCast<Simd<[u64; 2]>> for m8x2[src]

impl FromCast<Simd<[f64; 2]>> for m8x2[src]

impl FromCast<Simd<[m64; 2]>> for m8x2[src]

impl FromCast<Simd<[i128; 2]>> for m8x2[src]

impl FromCast<Simd<[u128; 2]>> for m8x2[src]

impl FromCast<Simd<[m128; 2]>> for m8x2[src]

impl FromCast<Simd<[isize; 2]>> for m8x2[src]

impl FromCast<Simd<[usize; 2]>> for m8x2[src]

impl FromCast<Simd<[msize; 2]>> for m8x2[src]

impl FromCast<Simd<[u8; 4]>> for i8x4[src]

impl FromCast<Simd<[m8; 4]>> for i8x4[src]

impl FromCast<Simd<[i16; 4]>> for i8x4[src]

impl FromCast<Simd<[u16; 4]>> for i8x4[src]

impl FromCast<Simd<[m16; 4]>> for i8x4[src]

impl FromCast<Simd<[i32; 4]>> for i8x4[src]

impl FromCast<Simd<[u32; 4]>> for i8x4[src]

impl FromCast<Simd<[f32; 4]>> for i8x4[src]

impl FromCast<Simd<[m32; 4]>> for i8x4[src]

impl FromCast<Simd<[i64; 4]>> for i8x4[src]

impl FromCast<Simd<[u64; 4]>> for i8x4[src]

impl FromCast<Simd<[f64; 4]>> for i8x4[src]

impl FromCast<Simd<[m64; 4]>> for i8x4[src]

impl FromCast<Simd<[i128; 4]>> for i8x4[src]

impl FromCast<Simd<[u128; 4]>> for i8x4[src]

impl FromCast<Simd<[m128; 4]>> for i8x4[src]

impl FromCast<Simd<[isize; 4]>> for i8x4[src]

impl FromCast<Simd<[usize; 4]>> for i8x4[src]

impl FromCast<Simd<[msize; 4]>> for i8x4[src]

impl FromCast<Simd<[i8; 4]>> for u8x4[src]

impl FromCast<Simd<[m8; 4]>> for u8x4[src]

impl FromCast<Simd<[i16; 4]>> for u8x4[src]

impl FromCast<Simd<[u16; 4]>> for u8x4[src]

impl FromCast<Simd<[m16; 4]>> for u8x4[src]

impl FromCast<Simd<[i32; 4]>> for u8x4[src]

impl FromCast<Simd<[u32; 4]>> for u8x4[src]

impl FromCast<Simd<[f32; 4]>> for u8x4[src]

impl FromCast<Simd<[m32; 4]>> for u8x4[src]

impl FromCast<Simd<[i64; 4]>> for u8x4[src]

impl FromCast<Simd<[u64; 4]>> for u8x4[src]

impl FromCast<Simd<[f64; 4]>> for u8x4[src]

impl FromCast<Simd<[m64; 4]>> for u8x4[src]

impl FromCast<Simd<[i128; 4]>> for u8x4[src]

impl FromCast<Simd<[u128; 4]>> for u8x4[src]

impl FromCast<Simd<[m128; 4]>> for u8x4[src]

impl FromCast<Simd<[isize; 4]>> for u8x4[src]

impl FromCast<Simd<[usize; 4]>> for u8x4[src]

impl FromCast<Simd<[msize; 4]>> for u8x4[src]

impl FromCast<Simd<[i8; 4]>> for m8x4[src]

impl FromCast<Simd<[u8; 4]>> for m8x4[src]

impl FromCast<Simd<[i16; 4]>> for m8x4[src]

impl FromCast<Simd<[u16; 4]>> for m8x4[src]

impl FromCast<Simd<[m16; 4]>> for m8x4[src]

impl FromCast<Simd<[i32; 4]>> for m8x4[src]

impl FromCast<Simd<[u32; 4]>> for m8x4[src]

impl FromCast<Simd<[f32; 4]>> for m8x4[src]

impl FromCast<Simd<[m32; 4]>> for m8x4[src]

impl FromCast<Simd<[i64; 4]>> for m8x4[src]

impl FromCast<Simd<[u64; 4]>> for m8x4[src]

impl FromCast<Simd<[f64; 4]>> for m8x4[src]

impl FromCast<Simd<[m64; 4]>> for m8x4[src]

impl FromCast<Simd<[i128; 4]>> for m8x4[src]

impl FromCast<Simd<[u128; 4]>> for m8x4[src]

impl FromCast<Simd<[m128; 4]>> for m8x4[src]

impl FromCast<Simd<[isize; 4]>> for m8x4[src]

impl FromCast<Simd<[usize; 4]>> for m8x4[src]

impl FromCast<Simd<[msize; 4]>> for m8x4[src]

impl FromCast<Simd<[i8; 2]>> for i16x2[src]

impl FromCast<Simd<[u8; 2]>> for i16x2[src]

impl FromCast<Simd<[m8; 2]>> for i16x2[src]

impl FromCast<Simd<[u16; 2]>> for i16x2[src]

impl FromCast<Simd<[m16; 2]>> for i16x2[src]

impl FromCast<Simd<[i32; 2]>> for i16x2[src]

impl FromCast<Simd<[u32; 2]>> for i16x2[src]

impl FromCast<Simd<[f32; 2]>> for i16x2[src]

impl FromCast<Simd<[m32; 2]>> for i16x2[src]

impl FromCast<Simd<[i64; 2]>> for i16x2[src]

impl FromCast<Simd<[u64; 2]>> for i16x2[src]

impl FromCast<Simd<[f64; 2]>> for i16x2[src]

impl FromCast<Simd<[m64; 2]>> for i16x2[src]

impl FromCast<Simd<[i128; 2]>> for i16x2[src]

impl FromCast<Simd<[u128; 2]>> for i16x2[src]

impl FromCast<Simd<[m128; 2]>> for i16x2[src]

impl FromCast<Simd<[isize; 2]>> for i16x2[src]

impl FromCast<Simd<[usize; 2]>> for i16x2[src]

impl FromCast<Simd<[msize; 2]>> for i16x2[src]

impl FromCast<Simd<[i8; 2]>> for u16x2[src]

impl FromCast<Simd<[u8; 2]>> for u16x2[src]

impl FromCast<Simd<[m8; 2]>> for u16x2[src]

impl FromCast<Simd<[i16; 2]>> for u16x2[src]

impl FromCast<Simd<[m16; 2]>> for u16x2[src]

impl FromCast<Simd<[i32; 2]>> for u16x2[src]

impl FromCast<Simd<[u32; 2]>> for u16x2[src]

impl FromCast<Simd<[f32; 2]>> for u16x2[src]

impl FromCast<Simd<[m32; 2]>> for u16x2[src]

impl FromCast<Simd<[i64; 2]>> for u16x2[src]

impl FromCast<Simd<[u64; 2]>> for u16x2[src]

impl FromCast<Simd<[f64; 2]>> for u16x2[src]

impl FromCast<Simd<[m64; 2]>> for u16x2[src]

impl FromCast<Simd<[i128; 2]>> for u16x2[src]

impl FromCast<Simd<[u128; 2]>> for u16x2[src]

impl FromCast<Simd<[m128; 2]>> for u16x2[src]

impl FromCast<Simd<[isize; 2]>> for u16x2[src]

impl FromCast<Simd<[usize; 2]>> for u16x2[src]

impl FromCast<Simd<[msize; 2]>> for u16x2[src]

impl FromCast<Simd<[i8; 2]>> for m16x2[src]

impl FromCast<Simd<[u8; 2]>> for m16x2[src]

impl FromCast<Simd<[m8; 2]>> for m16x2[src]

impl FromCast<Simd<[i16; 2]>> for m16x2[src]

impl FromCast<Simd<[u16; 2]>> for m16x2[src]

impl FromCast<Simd<[i32; 2]>> for m16x2[src]

impl FromCast<Simd<[u32; 2]>> for m16x2[src]

impl FromCast<Simd<[f32; 2]>> for m16x2[src]

impl FromCast<Simd<[m32; 2]>> for m16x2[src]

impl FromCast<Simd<[i64; 2]>> for m16x2[src]

impl FromCast<Simd<[u64; 2]>> for m16x2[src]

impl FromCast<Simd<[f64; 2]>> for m16x2[src]

impl FromCast<Simd<[m64; 2]>> for m16x2[src]

impl FromCast<Simd<[i128; 2]>> for m16x2[src]

impl FromCast<Simd<[u128; 2]>> for m16x2[src]

impl FromCast<Simd<[m128; 2]>> for m16x2[src]

impl FromCast<Simd<[isize; 2]>> for m16x2[src]

impl FromCast<Simd<[usize; 2]>> for m16x2[src]

impl FromCast<Simd<[msize; 2]>> for m16x2[src]

impl FromCast<Simd<[u8; 8]>> for i8x8[src]

impl FromCast<Simd<[m8; 8]>> for i8x8[src]

impl FromCast<Simd<[i16; 8]>> for i8x8[src]

impl FromCast<Simd<[u16; 8]>> for i8x8[src]

impl FromCast<Simd<[m16; 8]>> for i8x8[src]

impl FromCast<Simd<[i32; 8]>> for i8x8[src]

impl FromCast<Simd<[u32; 8]>> for i8x8[src]

impl FromCast<Simd<[f32; 8]>> for i8x8[src]

impl FromCast<Simd<[m32; 8]>> for i8x8[src]

impl FromCast<Simd<[i64; 8]>> for i8x8[src]

impl FromCast<Simd<[u64; 8]>> for i8x8[src]

impl FromCast<Simd<[f64; 8]>> for i8x8[src]

impl FromCast<Simd<[m64; 8]>> for i8x8[src]

impl FromCast<Simd<[isize; 8]>> for i8x8[src]

impl FromCast<Simd<[usize; 8]>> for i8x8[src]

impl FromCast<Simd<[msize; 8]>> for i8x8[src]

impl FromCast<Simd<[i8; 8]>> for u8x8[src]

impl FromCast<Simd<[m8; 8]>> for u8x8[src]

impl FromCast<Simd<[i16; 8]>> for u8x8[src]

impl FromCast<Simd<[u16; 8]>> for u8x8[src]

impl FromCast<Simd<[m16; 8]>> for u8x8[src]

impl FromCast<Simd<[i32; 8]>> for u8x8[src]

impl FromCast<Simd<[u32; 8]>> for u8x8[src]

impl FromCast<Simd<[f32; 8]>> for u8x8[src]

impl FromCast<Simd<[m32; 8]>> for u8x8[src]

impl FromCast<Simd<[i64; 8]>> for u8x8[src]

impl FromCast<Simd<[u64; 8]>> for u8x8[src]

impl FromCast<Simd<[f64; 8]>> for u8x8[src]

impl FromCast<Simd<[m64; 8]>> for u8x8[src]

impl FromCast<Simd<[isize; 8]>> for u8x8[src]

impl FromCast<Simd<[usize; 8]>> for u8x8[src]

impl FromCast<Simd<[msize; 8]>> for u8x8[src]

impl FromCast<Simd<[i8; 8]>> for m8x8[src]

impl FromCast<Simd<[u8; 8]>> for m8x8[src]

impl FromCast<Simd<[i16; 8]>> for m8x8[src]

impl FromCast<Simd<[u16; 8]>> for m8x8[src]

impl FromCast<Simd<[m16; 8]>> for m8x8[src]

impl FromCast<Simd<[i32; 8]>> for m8x8[src]

impl FromCast<Simd<[u32; 8]>> for m8x8[src]

impl FromCast<Simd<[f32; 8]>> for m8x8[src]

impl FromCast<Simd<[m32; 8]>> for m8x8[src]

impl FromCast<Simd<[i64; 8]>> for m8x8[src]

impl FromCast<Simd<[u64; 8]>> for m8x8[src]

impl FromCast<Simd<[f64; 8]>> for m8x8[src]

impl FromCast<Simd<[m64; 8]>> for m8x8[src]

impl FromCast<Simd<[isize; 8]>> for m8x8[src]

impl FromCast<Simd<[usize; 8]>> for m8x8[src]

impl FromCast<Simd<[msize; 8]>> for m8x8[src]

impl FromCast<Simd<[i8; 4]>> for i16x4[src]

impl FromCast<Simd<[u8; 4]>> for i16x4[src]

impl FromCast<Simd<[m8; 4]>> for i16x4[src]

impl FromCast<Simd<[u16; 4]>> for i16x4[src]

impl FromCast<Simd<[m16; 4]>> for i16x4[src]

impl FromCast<Simd<[i32; 4]>> for i16x4[src]

impl FromCast<Simd<[u32; 4]>> for i16x4[src]

impl FromCast<Simd<[f32; 4]>> for i16x4[src]

impl FromCast<Simd<[m32; 4]>> for i16x4[src]

impl FromCast<Simd<[i64; 4]>> for i16x4[src]

impl FromCast<Simd<[u64; 4]>> for i16x4[src]

impl FromCast<Simd<[f64; 4]>> for i16x4[src]

impl FromCast<Simd<[m64; 4]>> for i16x4[src]

impl FromCast<Simd<[i128; 4]>> for i16x4[src]

impl FromCast<Simd<[u128; 4]>> for i16x4[src]

impl FromCast<Simd<[m128; 4]>> for i16x4[src]

impl FromCast<Simd<[isize; 4]>> for i16x4[src]

impl FromCast<Simd<[usize; 4]>> for i16x4[src]

impl FromCast<Simd<[msize; 4]>> for i16x4[src]

impl FromCast<Simd<[i8; 4]>> for u16x4[src]

impl FromCast<Simd<[u8; 4]>> for u16x4[src]

impl FromCast<Simd<[m8; 4]>> for u16x4[src]

impl FromCast<Simd<[i16; 4]>> for u16x4[src]

impl FromCast<Simd<[m16; 4]>> for u16x4[src]

impl FromCast<Simd<[i32; 4]>> for u16x4[src]

impl FromCast<Simd<[u32; 4]>> for u16x4[src]

impl FromCast<Simd<[f32; 4]>> for u16x4[src]

impl FromCast<Simd<[m32; 4]>> for u16x4[src]

impl FromCast<Simd<[i64; 4]>> for u16x4[src]

impl FromCast<Simd<[u64; 4]>> for u16x4[src]

impl FromCast<Simd<[f64; 4]>> for u16x4[src]

impl FromCast<Simd<[m64; 4]>> for u16x4[src]

impl FromCast<Simd<[i128; 4]>> for u16x4[src]

impl FromCast<Simd<[u128; 4]>> for u16x4[src]

impl FromCast<Simd<[m128; 4]>> for u16x4[src]

impl FromCast<Simd<[isize; 4]>> for u16x4[src]

impl FromCast<Simd<[usize; 4]>> for u16x4[src]

impl FromCast<Simd<[msize; 4]>> for u16x4[src]

impl FromCast<Simd<[i8; 4]>> for m16x4[src]

impl FromCast<Simd<[u8; 4]>> for m16x4[src]

impl FromCast<Simd<[m8; 4]>> for m16x4[src]

impl FromCast<Simd<[i16; 4]>> for m16x4[src]

impl FromCast<Simd<[u16; 4]>> for m16x4[src]

impl FromCast<Simd<[i32; 4]>> for m16x4[src]

impl FromCast<Simd<[u32; 4]>> for m16x4[src]

impl FromCast<Simd<[f32; 4]>> for m16x4[src]

impl FromCast<Simd<[m32; 4]>> for m16x4[src]

impl FromCast<Simd<[i64; 4]>> for m16x4[src]

impl FromCast<Simd<[u64; 4]>> for m16x4[src]

impl FromCast<Simd<[f64; 4]>> for m16x4[src]

impl FromCast<Simd<[m64; 4]>> for m16x4[src]

impl FromCast<Simd<[i128; 4]>> for m16x4[src]

impl FromCast<Simd<[u128; 4]>> for m16x4[src]

impl FromCast<Simd<[m128; 4]>> for m16x4[src]

impl FromCast<Simd<[isize; 4]>> for m16x4[src]

impl FromCast<Simd<[usize; 4]>> for m16x4[src]

impl FromCast<Simd<[msize; 4]>> for m16x4[src]

impl FromCast<Simd<[i8; 2]>> for i32x2[src]

impl FromCast<Simd<[u8; 2]>> for i32x2[src]

impl FromCast<Simd<[m8; 2]>> for i32x2[src]

impl FromCast<Simd<[i16; 2]>> for i32x2[src]

impl FromCast<Simd<[u16; 2]>> for i32x2[src]

impl FromCast<Simd<[m16; 2]>> for i32x2[src]

impl FromCast<Simd<[u32; 2]>> for i32x2[src]

impl FromCast<Simd<[f32; 2]>> for i32x2[src]

impl FromCast<Simd<[m32; 2]>> for i32x2[src]

impl FromCast<Simd<[i64; 2]>> for i32x2[src]

impl FromCast<Simd<[u64; 2]>> for i32x2[src]

impl FromCast<Simd<[f64; 2]>> for i32x2[src]

impl FromCast<Simd<[m64; 2]>> for i32x2[src]

impl FromCast<Simd<[i128; 2]>> for i32x2[src]

impl FromCast<Simd<[u128; 2]>> for i32x2[src]

impl FromCast<Simd<[m128; 2]>> for i32x2[src]

impl FromCast<Simd<[isize; 2]>> for i32x2[src]

impl FromCast<Simd<[usize; 2]>> for i32x2[src]

impl FromCast<Simd<[msize; 2]>> for i32x2[src]

impl FromCast<Simd<[i8; 2]>> for u32x2[src]

impl FromCast<Simd<[u8; 2]>> for u32x2[src]

impl FromCast<Simd<[m8; 2]>> for u32x2[src]

impl FromCast<Simd<[i16; 2]>> for u32x2[src]

impl FromCast<Simd<[u16; 2]>> for u32x2[src]

impl FromCast<Simd<[m16; 2]>> for u32x2[src]

impl FromCast<Simd<[i32; 2]>> for u32x2[src]

impl FromCast<Simd<[f32; 2]>> for u32x2[src]

impl FromCast<Simd<[m32; 2]>> for u32x2[src]

impl FromCast<Simd<[i64; 2]>> for u32x2[src]

impl FromCast<Simd<[u64; 2]>> for u32x2[src]

impl FromCast<Simd<[f64; 2]>> for u32x2[src]

impl FromCast<Simd<[m64; 2]>> for u32x2[src]

impl FromCast<Simd<[i128; 2]>> for u32x2[src]

impl FromCast<Simd<[u128; 2]>> for u32x2[src]

impl FromCast<Simd<[m128; 2]>> for u32x2[src]

impl FromCast<Simd<[isize; 2]>> for u32x2[src]

impl FromCast<Simd<[usize; 2]>> for u32x2[src]

impl FromCast<Simd<[msize; 2]>> for u32x2[src]

impl FromCast<Simd<[i8; 2]>> for f32x2[src]

impl FromCast<Simd<[u8; 2]>> for f32x2[src]

impl FromCast<Simd<[m8; 2]>> for f32x2[src]

impl FromCast<Simd<[i16; 2]>> for f32x2[src]

impl FromCast<Simd<[u16; 2]>> for f32x2[src]

impl FromCast<Simd<[m16; 2]>> for f32x2[src]

impl FromCast<Simd<[i32; 2]>> for f32x2[src]

impl FromCast<Simd<[u32; 2]>> for f32x2[src]

impl FromCast<Simd<[m32; 2]>> for f32x2[src]

impl FromCast<Simd<[i64; 2]>> for f32x2[src]

impl FromCast<Simd<[u64; 2]>> for f32x2[src]

impl FromCast<Simd<[f64; 2]>> for f32x2[src]

impl FromCast<Simd<[m64; 2]>> for f32x2[src]

impl FromCast<Simd<[i128; 2]>> for f32x2[src]

impl FromCast<Simd<[u128; 2]>> for f32x2[src]

impl FromCast<Simd<[m128; 2]>> for f32x2[src]

impl FromCast<Simd<[isize; 2]>> for f32x2[src]

impl FromCast<Simd<[usize; 2]>> for f32x2[src]

impl FromCast<Simd<[msize; 2]>> for f32x2[src]

impl FromCast<Simd<[i8; 2]>> for m32x2[src]

impl FromCast<Simd<[u8; 2]>> for m32x2[src]

impl FromCast<Simd<[m8; 2]>> for m32x2[src]

impl FromCast<Simd<[i16; 2]>> for m32x2[src]

impl FromCast<Simd<[u16; 2]>> for m32x2[src]

impl FromCast<Simd<[m16; 2]>> for m32x2[src]

impl FromCast<Simd<[i32; 2]>> for m32x2[src]

impl FromCast<Simd<[u32; 2]>> for m32x2[src]

impl FromCast<Simd<[f32; 2]>> for m32x2[src]

impl FromCast<Simd<[i64; 2]>> for m32x2[src]

impl FromCast<Simd<[u64; 2]>> for m32x2[src]

impl FromCast<Simd<[f64; 2]>> for m32x2[src]

impl FromCast<Simd<[m64; 2]>> for m32x2[src]

impl FromCast<Simd<[i128; 2]>> for m32x2[src]

impl FromCast<Simd<[u128; 2]>> for m32x2[src]

impl FromCast<Simd<[m128; 2]>> for m32x2[src]

impl FromCast<Simd<[isize; 2]>> for m32x2[src]

impl FromCast<Simd<[usize; 2]>> for m32x2[src]

impl FromCast<Simd<[msize; 2]>> for m32x2[src]

impl FromCast<Simd<[u8; 16]>> for i8x16[src]

impl FromCast<Simd<[m8; 16]>> for i8x16[src]

impl FromCast<Simd<[i16; 16]>> for i8x16[src]

impl FromCast<Simd<[u16; 16]>> for i8x16[src]

impl FromCast<Simd<[m16; 16]>> for i8x16[src]

impl FromCast<Simd<[i32; 16]>> for i8x16[src]

impl FromCast<Simd<[u32; 16]>> for i8x16[src]

impl FromCast<Simd<[f32; 16]>> for i8x16[src]

impl FromCast<Simd<[m32; 16]>> for i8x16[src]

impl FromCast<Simd<[i8; 16]>> for u8x16[src]

impl FromCast<Simd<[m8; 16]>> for u8x16[src]

impl FromCast<Simd<[i16; 16]>> for u8x16[src]

impl FromCast<Simd<[u16; 16]>> for u8x16[src]

impl FromCast<Simd<[m16; 16]>> for u8x16[src]

impl FromCast<Simd<[i32; 16]>> for u8x16[src]

impl FromCast<Simd<[u32; 16]>> for u8x16[src]

impl FromCast<Simd<[f32; 16]>> for u8x16[src]

impl FromCast<Simd<[m32; 16]>> for u8x16[src]

impl FromCast<Simd<[i8; 16]>> for m8x16[src]

impl FromCast<Simd<[u8; 16]>> for m8x16[src]

impl FromCast<Simd<[i16; 16]>> for m8x16[src]

impl FromCast<Simd<[u16; 16]>> for m8x16[src]

impl FromCast<Simd<[m16; 16]>> for m8x16[src]

impl FromCast<Simd<[i32; 16]>> for m8x16[src]

impl FromCast<Simd<[u32; 16]>> for m8x16[src]

impl FromCast<Simd<[f32; 16]>> for m8x16[src]

impl FromCast<Simd<[m32; 16]>> for m8x16[src]

impl FromCast<Simd<[i8; 8]>> for i16x8[src]

impl FromCast<Simd<[u8; 8]>> for i16x8[src]

impl FromCast<Simd<[m8; 8]>> for i16x8[src]

impl FromCast<Simd<[u16; 8]>> for i16x8[src]

impl FromCast<Simd<[m16; 8]>> for i16x8[src]

impl FromCast<Simd<[i32; 8]>> for i16x8[src]

impl FromCast<Simd<[u32; 8]>> for i16x8[src]

impl FromCast<Simd<[f32; 8]>> for i16x8[src]

impl FromCast<Simd<[m32; 8]>> for i16x8[src]

impl FromCast<Simd<[i64; 8]>> for i16x8[src]

impl FromCast<Simd<[u64; 8]>> for i16x8[src]

impl FromCast<Simd<[f64; 8]>> for i16x8[src]

impl FromCast<Simd<[m64; 8]>> for i16x8[src]

impl FromCast<Simd<[isize; 8]>> for i16x8[src]

impl FromCast<Simd<[usize; 8]>> for i16x8[src]

impl FromCast<Simd<[msize; 8]>> for i16x8[src]

impl FromCast<Simd<[i8; 8]>> for u16x8[src]

impl FromCast<Simd<[u8; 8]>> for u16x8[src]

impl FromCast<Simd<[m8; 8]>> for u16x8[src]

impl FromCast<Simd<[i16; 8]>> for u16x8[src]

impl FromCast<Simd<[m16; 8]>> for u16x8[src]

impl FromCast<Simd<[i32; 8]>> for u16x8[src]

impl FromCast<Simd<[u32; 8]>> for u16x8[src]

impl FromCast<Simd<[f32; 8]>> for u16x8[src]

impl FromCast<Simd<[m32; 8]>> for u16x8[src]

impl FromCast<Simd<[i64; 8]>> for u16x8[src]

impl FromCast<Simd<[u64; 8]>> for u16x8[src]

impl FromCast<Simd<[f64; 8]>> for u16x8[src]

impl FromCast<Simd<[m64; 8]>> for u16x8[src]

impl FromCast<Simd<[isize; 8]>> for u16x8[src]

impl FromCast<Simd<[usize; 8]>> for u16x8[src]

impl FromCast<Simd<[msize; 8]>> for u16x8[src]

impl FromCast<Simd<[i8; 8]>> for m16x8[src]

impl FromCast<Simd<[u8; 8]>> for m16x8[src]

impl FromCast<Simd<[m8; 8]>> for m16x8[src]

impl FromCast<Simd<[i16; 8]>> for m16x8[src]

impl FromCast<Simd<[u16; 8]>> for m16x8[src]

impl FromCast<Simd<[i32; 8]>> for m16x8[src]

impl FromCast<Simd<[u32; 8]>> for m16x8[src]

impl FromCast<Simd<[f32; 8]>> for m16x8[src]

impl FromCast<Simd<[m32; 8]>> for m16x8[src]

impl FromCast<Simd<[i64; 8]>> for m16x8[src]

impl FromCast<Simd<[u64; 8]>> for m16x8[src]

impl FromCast<Simd<[f64; 8]>> for m16x8[src]

impl FromCast<Simd<[m64; 8]>> for m16x8[src]

impl FromCast<Simd<[isize; 8]>> for m16x8[src]

impl FromCast<Simd<[usize; 8]>> for m16x8[src]

impl FromCast<Simd<[msize; 8]>> for m16x8[src]

impl FromCast<Simd<[i8; 4]>> for i32x4[src]

impl FromCast<Simd<[u8; 4]>> for i32x4[src]

impl FromCast<Simd<[m8; 4]>> for i32x4[src]

impl FromCast<Simd<[i16; 4]>> for i32x4[src]

impl FromCast<Simd<[u16; 4]>> for i32x4[src]

impl FromCast<Simd<[m16; 4]>> for i32x4[src]

impl FromCast<Simd<[u32; 4]>> for i32x4[src]

impl FromCast<Simd<[f32; 4]>> for i32x4[src]

impl FromCast<Simd<[m32; 4]>> for i32x4[src]

impl FromCast<Simd<[i64; 4]>> for i32x4[src]

impl FromCast<Simd<[u64; 4]>> for i32x4[src]

impl FromCast<Simd<[f64; 4]>> for i32x4[src]

impl FromCast<Simd<[m64; 4]>> for i32x4[src]

impl FromCast<Simd<[i128; 4]>> for i32x4[src]

impl FromCast<Simd<[u128; 4]>> for i32x4[src]

impl FromCast<Simd<[m128; 4]>> for i32x4[src]

impl FromCast<Simd<[isize; 4]>> for i32x4[src]

impl FromCast<Simd<[usize; 4]>> for i32x4[src]

impl FromCast<Simd<[msize; 4]>> for i32x4[src]

impl FromCast<Simd<[i8; 4]>> for u32x4[src]

impl FromCast<Simd<[u8; 4]>> for u32x4[src]

impl FromCast<Simd<[m8; 4]>> for u32x4[src]

impl FromCast<Simd<[i16; 4]>> for u32x4[src]

impl FromCast<Simd<[u16; 4]>> for u32x4[src]

impl FromCast<Simd<[m16; 4]>> for u32x4[src]

impl FromCast<Simd<[i32; 4]>> for u32x4[src]

impl FromCast<Simd<[f32; 4]>> for u32x4[src]

impl FromCast<Simd<[m32; 4]>> for u32x4[src]

impl FromCast<Simd<[i64; 4]>> for u32x4[src]

impl FromCast<Simd<[u64; 4]>> for u32x4[src]

impl FromCast<Simd<[f64; 4]>> for u32x4[src]

impl FromCast<Simd<[m64; 4]>> for u32x4[src]

impl FromCast<Simd<[i128; 4]>> for u32x4[src]

impl FromCast<Simd<[u128; 4]>> for u32x4[src]

impl FromCast<Simd<[m128; 4]>> for u32x4[src]

impl FromCast<Simd<[isize; 4]>> for u32x4[src]

impl FromCast<Simd<[usize; 4]>> for u32x4[src]

impl FromCast<Simd<[msize; 4]>> for u32x4[src]

impl FromCast<Simd<[i8; 4]>> for f32x4[src]

impl FromCast<Simd<[u8; 4]>> for f32x4[src]

impl FromCast<Simd<[m8; 4]>> for f32x4[src]

impl FromCast<Simd<[i16; 4]>> for f32x4[src]

impl FromCast<Simd<[u16; 4]>> for f32x4[src]

impl FromCast<Simd<[m16; 4]>> for f32x4[src]

impl FromCast<Simd<[i32; 4]>> for f32x4[src]

impl FromCast<Simd<[u32; 4]>> for f32x4[src]

impl FromCast<Simd<[m32; 4]>> for f32x4[src]

impl FromCast<Simd<[i64; 4]>> for f32x4[src]

impl FromCast<Simd<[u64; 4]>> for f32x4[src]

impl FromCast<Simd<[f64; 4]>> for f32x4[src]

impl FromCast<Simd<[m64; 4]>> for f32x4[src]

impl FromCast<Simd<[i128; 4]>> for f32x4[src]

impl FromCast<Simd<[u128; 4]>> for f32x4[src]

impl FromCast<Simd<[m128; 4]>> for f32x4[src]

impl FromCast<Simd<[isize; 4]>> for f32x4[src]

impl FromCast<Simd<[usize; 4]>> for f32x4[src]

impl FromCast<Simd<[msize; 4]>> for f32x4[src]

impl FromCast<Simd<[i8; 4]>> for m32x4[src]

impl FromCast<Simd<[u8; 4]>> for m32x4[src]

impl FromCast<Simd<[m8; 4]>> for m32x4[src]

impl FromCast<Simd<[i16; 4]>> for m32x4[src]

impl FromCast<Simd<[u16; 4]>> for m32x4[src]

impl FromCast<Simd<[m16; 4]>> for m32x4[src]

impl FromCast<Simd<[i32; 4]>> for m32x4[src]

impl FromCast<Simd<[u32; 4]>> for m32x4[src]

impl FromCast<Simd<[f32; 4]>> for m32x4[src]

impl FromCast<Simd<[i64; 4]>> for m32x4[src]

impl FromCast<Simd<[u64; 4]>> for m32x4[src]

impl FromCast<Simd<[f64; 4]>> for m32x4[src]

impl FromCast<Simd<[m64; 4]>> for m32x4[src]

impl FromCast<Simd<[i128; 4]>> for m32x4[src]

impl FromCast<Simd<[u128; 4]>> for m32x4[src]

impl FromCast<Simd<[m128; 4]>> for m32x4[src]

impl FromCast<Simd<[isize; 4]>> for m32x4[src]

impl FromCast<Simd<[usize; 4]>> for m32x4[src]

impl FromCast<Simd<[msize; 4]>> for m32x4[src]

impl FromCast<Simd<[i8; 2]>> for i64x2[src]

impl FromCast<Simd<[u8; 2]>> for i64x2[src]

impl FromCast<Simd<[m8; 2]>> for i64x2[src]

impl FromCast<Simd<[i16; 2]>> for i64x2[src]

impl FromCast<Simd<[u16; 2]>> for i64x2[src]

impl FromCast<Simd<[m16; 2]>> for i64x2[src]

impl FromCast<Simd<[i32; 2]>> for i64x2[src]

impl FromCast<Simd<[u32; 2]>> for i64x2[src]

impl FromCast<Simd<[f32; 2]>> for i64x2[src]

impl FromCast<Simd<[m32; 2]>> for i64x2[src]

impl FromCast<Simd<[u64; 2]>> for i64x2[src]

impl FromCast<Simd<[f64; 2]>> for i64x2[src]

impl FromCast<Simd<[m64; 2]>> for i64x2[src]

impl FromCast<Simd<[i128; 2]>> for i64x2[src]

impl FromCast<Simd<[u128; 2]>> for i64x2[src]

impl FromCast<Simd<[m128; 2]>> for i64x2[src]

impl FromCast<Simd<[isize; 2]>> for i64x2[src]

impl FromCast<Simd<[usize; 2]>> for i64x2[src]

impl FromCast<Simd<[msize; 2]>> for i64x2[src]

impl FromCast<Simd<[i8; 2]>> for u64x2[src]

impl FromCast<Simd<[u8; 2]>> for u64x2[src]

impl FromCast<Simd<[m8; 2]>> for u64x2[src]

impl FromCast<Simd<[i16; 2]>> for u64x2[src]

impl FromCast<Simd<[u16; 2]>> for u64x2[src]

impl FromCast<Simd<[m16; 2]>> for u64x2[src]

impl FromCast<Simd<[i32; 2]>> for u64x2[src]

impl FromCast<Simd<[u32; 2]>> for u64x2[src]

impl FromCast<Simd<[f32; 2]>> for u64x2[src]

impl FromCast<Simd<[m32; 2]>> for u64x2[src]

impl FromCast<Simd<[i64; 2]>> for u64x2[src]

impl FromCast<Simd<[f64; 2]>> for u64x2[src]

impl FromCast<Simd<[m64; 2]>> for u64x2[src]

impl FromCast<Simd<[i128; 2]>> for u64x2[src]

impl FromCast<Simd<[u128; 2]>> for u64x2[src]

impl FromCast<Simd<[m128; 2]>> for u64x2[src]

impl FromCast<Simd<[isize; 2]>> for u64x2[src]

impl FromCast<Simd<[usize; 2]>> for u64x2[src]

impl FromCast<Simd<[msize; 2]>> for u64x2[src]

impl FromCast<Simd<[i8; 2]>> for f64x2[src]

impl FromCast<Simd<[u8; 2]>> for f64x2[src]

impl FromCast<Simd<[m8; 2]>> for f64x2[src]

impl FromCast<Simd<[i16; 2]>> for f64x2[src]

impl FromCast<Simd<[u16; 2]>> for f64x2[src]

impl FromCast<Simd<[m16; 2]>> for f64x2[src]

impl FromCast<Simd<[i32; 2]>> for f64x2[src]

impl FromCast<Simd<[u32; 2]>> for f64x2[src]

impl FromCast<Simd<[f32; 2]>> for f64x2[src]

impl FromCast<Simd<[m32; 2]>> for f64x2[src]

impl FromCast<Simd<[i64; 2]>> for f64x2[src]

impl FromCast<Simd<[u64; 2]>> for f64x2[src]

impl FromCast<Simd<[m64; 2]>> for f64x2[src]

impl FromCast<Simd<[i128; 2]>> for f64x2[src]

impl FromCast<Simd<[u128; 2]>> for f64x2[src]

impl FromCast<Simd<[m128; 2]>> for f64x2[src]

impl FromCast<Simd<[isize; 2]>> for f64x2[src]

impl FromCast<Simd<[usize; 2]>> for f64x2[src]

impl FromCast<Simd<[msize; 2]>> for f64x2[src]

impl FromCast<Simd<[i8; 2]>> for m64x2[src]

impl FromCast<Simd<[u8; 2]>> for m64x2[src]

impl FromCast<Simd<[m8; 2]>> for m64x2[src]

impl FromCast<Simd<[i16; 2]>> for m64x2[src]

impl FromCast<Simd<[u16; 2]>> for m64x2[src]

impl FromCast<Simd<[m16; 2]>> for m64x2[src]

impl FromCast<Simd<[i32; 2]>> for m64x2[src]

impl FromCast<Simd<[u32; 2]>> for m64x2[src]

impl FromCast<Simd<[f32; 2]>> for m64x2[src]

impl FromCast<Simd<[m32; 2]>> for m64x2[src]

impl FromCast<Simd<[i64; 2]>> for m64x2[src]

impl FromCast<Simd<[u64; 2]>> for m64x2[src]

impl FromCast<Simd<[f64; 2]>> for m64x2[src]

impl FromCast<Simd<[i128; 2]>> for m64x2[src]

impl FromCast<Simd<[u128; 2]>> for m64x2[src]

impl FromCast<Simd<[m128; 2]>> for m64x2[src]

impl FromCast<Simd<[isize; 2]>> for m64x2[src]

impl FromCast<Simd<[usize; 2]>> for m64x2[src]

impl FromCast<Simd<[msize; 2]>> for m64x2[src]

impl FromCast<Simd<[i8; 2]>> for isizex2[src]

impl FromCast<Simd<[u8; 2]>> for isizex2[src]

impl FromCast<Simd<[m8; 2]>> for isizex2[src]

impl FromCast<Simd<[i16; 2]>> for isizex2[src]

impl FromCast<Simd<[u16; 2]>> for isizex2[src]

impl FromCast<Simd<[m16; 2]>> for isizex2[src]

impl FromCast<Simd<[i32; 2]>> for isizex2[src]

impl FromCast<Simd<[u32; 2]>> for isizex2[src]

impl FromCast<Simd<[f32; 2]>> for isizex2[src]

impl FromCast<Simd<[m32; 2]>> for isizex2[src]

impl FromCast<Simd<[i64; 2]>> for isizex2[src]

impl FromCast<Simd<[u64; 2]>> for isizex2[src]

impl FromCast<Simd<[f64; 2]>> for isizex2[src]

impl FromCast<Simd<[m64; 2]>> for isizex2[src]

impl FromCast<Simd<[i128; 2]>> for isizex2[src]

impl FromCast<Simd<[u128; 2]>> for isizex2[src]

impl FromCast<Simd<[m128; 2]>> for isizex2[src]

impl FromCast<Simd<[usize; 2]>> for isizex2[src]

impl FromCast<Simd<[msize; 2]>> for isizex2[src]

impl FromCast<Simd<[i8; 2]>> for usizex2[src]

impl FromCast<Simd<[u8; 2]>> for usizex2[src]

impl FromCast<Simd<[m8; 2]>> for usizex2[src]

impl FromCast<Simd<[i16; 2]>> for usizex2[src]

impl FromCast<Simd<[u16; 2]>> for usizex2[src]

impl FromCast<Simd<[m16; 2]>> for usizex2[src]

impl FromCast<Simd<[i32; 2]>> for usizex2[src]

impl FromCast<Simd<[u32; 2]>> for usizex2[src]

impl FromCast<Simd<[f32; 2]>> for usizex2[src]

impl FromCast<Simd<[m32; 2]>> for usizex2[src]

impl FromCast<Simd<[i64; 2]>> for usizex2[src]

impl FromCast<Simd<[u64; 2]>> for usizex2[src]

impl FromCast<Simd<[f64; 2]>> for usizex2[src]

impl FromCast<Simd<[m64; 2]>> for usizex2[src]

impl FromCast<Simd<[i128; 2]>> for usizex2[src]

impl FromCast<Simd<[u128; 2]>> for usizex2[src]

impl FromCast<Simd<[m128; 2]>> for usizex2[src]

impl FromCast<Simd<[isize; 2]>> for usizex2[src]

impl FromCast<Simd<[msize; 2]>> for usizex2[src]

impl FromCast<Simd<[i8; 2]>> for msizex2[src]

impl FromCast<Simd<[u8; 2]>> for msizex2[src]

impl FromCast<Simd<[m8; 2]>> for msizex2[src]

impl FromCast<Simd<[i16; 2]>> for msizex2[src]

impl FromCast<Simd<[u16; 2]>> for msizex2[src]

impl FromCast<Simd<[m16; 2]>> for msizex2[src]

impl FromCast<Simd<[i32; 2]>> for msizex2[src]

impl FromCast<Simd<[u32; 2]>> for msizex2[src]

impl FromCast<Simd<[f32; 2]>> for msizex2[src]

impl FromCast<Simd<[m32; 2]>> for msizex2[src]

impl FromCast<Simd<[i64; 2]>> for msizex2[src]

impl FromCast<Simd<[u64; 2]>> for msizex2[src]

impl FromCast<Simd<[f64; 2]>> for msizex2[src]

impl FromCast<Simd<[m64; 2]>> for msizex2[src]

impl FromCast<Simd<[i128; 2]>> for msizex2[src]

impl FromCast<Simd<[u128; 2]>> for msizex2[src]

impl FromCast<Simd<[m128; 2]>> for msizex2[src]

impl FromCast<Simd<[isize; 2]>> for msizex2[src]

impl FromCast<Simd<[usize; 2]>> for msizex2[src]

impl FromCast<Simd<[u128; 1]>> for i128x1[src]

impl FromCast<Simd<[m128; 1]>> for i128x1[src]

impl FromCast<Simd<[i128; 1]>> for u128x1[src]

impl FromCast<Simd<[m128; 1]>> for u128x1[src]

impl FromCast<Simd<[i128; 1]>> for m128x1[src]

impl FromCast<Simd<[u128; 1]>> for m128x1[src]

impl FromCast<Simd<[u8; 32]>> for i8x32[src]

impl FromCast<Simd<[m8; 32]>> for i8x32[src]

impl FromCast<Simd<[i16; 32]>> for i8x32[src]

impl FromCast<Simd<[u16; 32]>> for i8x32[src]

impl FromCast<Simd<[m16; 32]>> for i8x32[src]

impl FromCast<Simd<[i8; 32]>> for u8x32[src]

impl FromCast<Simd<[m8; 32]>> for u8x32[src]

impl FromCast<Simd<[i16; 32]>> for u8x32[src]

impl FromCast<Simd<[u16; 32]>> for u8x32[src]

impl FromCast<Simd<[m16; 32]>> for u8x32[src]

impl FromCast<Simd<[i8; 32]>> for m8x32[src]

impl FromCast<Simd<[u8; 32]>> for m8x32[src]

impl FromCast<Simd<[i16; 32]>> for m8x32[src]

impl FromCast<Simd<[u16; 32]>> for m8x32[src]

impl FromCast<Simd<[m16; 32]>> for m8x32[src]

impl FromCast<Simd<[i8; 16]>> for i16x16[src]

impl FromCast<Simd<[u8; 16]>> for i16x16[src]

impl FromCast<Simd<[m8; 16]>> for i16x16[src]

impl FromCast<Simd<[u16; 16]>> for i16x16[src]

impl FromCast<Simd<[m16; 16]>> for i16x16[src]

impl FromCast<Simd<[i32; 16]>> for i16x16[src]

impl FromCast<Simd<[u32; 16]>> for i16x16[src]

impl FromCast<Simd<[f32; 16]>> for i16x16[src]

impl FromCast<Simd<[m32; 16]>> for i16x16[src]

impl FromCast<Simd<[i8; 16]>> for u16x16[src]

impl FromCast<Simd<[u8; 16]>> for u16x16[src]

impl FromCast<Simd<[m8; 16]>> for u16x16[src]

impl FromCast<Simd<[i16; 16]>> for u16x16[src]

impl FromCast<Simd<[m16; 16]>> for u16x16[src]

impl FromCast<Simd<[i32; 16]>> for u16x16[src]

impl FromCast<Simd<[u32; 16]>> for u16x16[src]

impl FromCast<Simd<[f32; 16]>> for u16x16[src]

impl FromCast<Simd<[m32; 16]>> for u16x16[src]

impl FromCast<Simd<[i8; 16]>> for m16x16[src]

impl FromCast<Simd<[u8; 16]>> for m16x16[src]

impl FromCast<Simd<[m8; 16]>> for m16x16[src]

impl FromCast<Simd<[i16; 16]>> for m16x16[src]

impl FromCast<Simd<[u16; 16]>> for m16x16[src]

impl FromCast<Simd<[i32; 16]>> for m16x16[src]

impl FromCast<Simd<[u32; 16]>> for m16x16[src]

impl FromCast<Simd<[f32; 16]>> for m16x16[src]

impl FromCast<Simd<[m32; 16]>> for m16x16[src]

impl FromCast<Simd<[i8; 8]>> for i32x8[src]

impl FromCast<Simd<[u8; 8]>> for i32x8[src]

impl FromCast<Simd<[m8; 8]>> for i32x8[src]

impl FromCast<Simd<[i16; 8]>> for i32x8[src]

impl FromCast<Simd<[u16; 8]>> for i32x8[src]

impl FromCast<Simd<[m16; 8]>> for i32x8[src]

impl FromCast<Simd<[u32; 8]>> for i32x8[src]

impl FromCast<Simd<[f32; 8]>> for i32x8[src]

impl FromCast<Simd<[m32; 8]>> for i32x8[src]

impl FromCast<Simd<[i64; 8]>> for i32x8[src]

impl FromCast<Simd<[u64; 8]>> for i32x8[src]

impl FromCast<Simd<[f64; 8]>> for i32x8[src]

impl FromCast<Simd<[m64; 8]>> for i32x8[src]

impl FromCast<Simd<[isize; 8]>> for i32x8[src]

impl FromCast<Simd<[usize; 8]>> for i32x8[src]

impl FromCast<Simd<[msize; 8]>> for i32x8[src]

impl FromCast<Simd<[i8; 8]>> for u32x8[src]

impl FromCast<Simd<[u8; 8]>> for u32x8[src]

impl FromCast<Simd<[m8; 8]>> for u32x8[src]

impl FromCast<Simd<[i16; 8]>> for u32x8[src]

impl FromCast<Simd<[u16; 8]>> for u32x8[src]

impl FromCast<Simd<[m16; 8]>> for u32x8[src]

impl FromCast<Simd<[i32; 8]>> for u32x8[src]

impl FromCast<Simd<[f32; 8]>> for u32x8[src]

impl FromCast<Simd<[m32; 8]>> for u32x8[src]

impl FromCast<Simd<[i64; 8]>> for u32x8[src]

impl FromCast<Simd<[u64; 8]>> for u32x8[src]

impl FromCast<Simd<[f64; 8]>> for u32x8[src]

impl FromCast<Simd<[m64; 8]>> for u32x8[src]

impl FromCast<Simd<[isize; 8]>> for u32x8[src]

impl FromCast<Simd<[usize; 8]>> for u32x8[src]

impl FromCast<Simd<[msize; 8]>> for u32x8[src]

impl FromCast<Simd<[i8; 8]>> for f32x8[src]

impl FromCast<Simd<[u8; 8]>> for f32x8[src]

impl FromCast<Simd<[m8; 8]>> for f32x8[src]

impl FromCast<Simd<[i16; 8]>> for f32x8[src]

impl FromCast<Simd<[u16; 8]>> for f32x8[src]

impl FromCast<Simd<[m16; 8]>> for f32x8[src]

impl FromCast<Simd<[i32; 8]>> for f32x8[src]

impl FromCast<Simd<[u32; 8]>> for f32x8[src]

impl FromCast<Simd<[m32; 8]>> for f32x8[src]

impl FromCast<Simd<[i64; 8]>> for f32x8[src]

impl FromCast<Simd<[u64; 8]>> for f32x8[src]

impl FromCast<Simd<[f64; 8]>> for f32x8[src]

impl FromCast<Simd<[m64; 8]>> for f32x8[src]

impl FromCast<Simd<[isize; 8]>> for f32x8[src]

impl FromCast<Simd<[usize; 8]>> for f32x8[src]

impl FromCast<Simd<[msize; 8]>> for f32x8[src]

impl FromCast<Simd<[i8; 8]>> for m32x8[src]

impl FromCast<Simd<[u8; 8]>> for m32x8[src]

impl FromCast<Simd<[m8; 8]>> for m32x8[src]

impl FromCast<Simd<[i16; 8]>> for m32x8[src]

impl FromCast<Simd<[u16; 8]>> for m32x8[src]

impl FromCast<Simd<[m16; 8]>> for m32x8[src]

impl FromCast<Simd<[i32; 8]>> for m32x8[src]

impl FromCast<Simd<[u32; 8]>> for m32x8[src]

impl FromCast<Simd<[f32; 8]>> for m32x8[src]

impl FromCast<Simd<[i64; 8]>> for m32x8[src]

impl FromCast<Simd<[u64; 8]>> for m32x8[src]

impl FromCast<Simd<[f64; 8]>> for m32x8[src]

impl FromCast<Simd<[m64; 8]>> for m32x8[src]

impl FromCast<Simd<[isize; 8]>> for m32x8[src]

impl FromCast<Simd<[usize; 8]>> for m32x8[src]

impl FromCast<Simd<[msize; 8]>> for m32x8[src]

impl FromCast<Simd<[i8; 4]>> for i64x4[src]

impl FromCast<Simd<[u8; 4]>> for i64x4[src]

impl FromCast<Simd<[m8; 4]>> for i64x4[src]

impl FromCast<Simd<[i16; 4]>> for i64x4[src]

impl FromCast<Simd<[u16; 4]>> for i64x4[src]

impl FromCast<Simd<[m16; 4]>> for i64x4[src]

impl FromCast<Simd<[i32; 4]>> for i64x4[src]

impl FromCast<Simd<[u32; 4]>> for i64x4[src]

impl FromCast<Simd<[f32; 4]>> for i64x4[src]

impl FromCast<Simd<[m32; 4]>> for i64x4[src]

impl FromCast<Simd<[u64; 4]>> for i64x4[src]

impl FromCast<Simd<[f64; 4]>> for i64x4[src]

impl FromCast<Simd<[m64; 4]>> for i64x4[src]

impl FromCast<Simd<[i128; 4]>> for i64x4[src]

impl FromCast<Simd<[u128; 4]>> for i64x4[src]

impl FromCast<Simd<[m128; 4]>> for i64x4[src]

impl FromCast<Simd<[isize; 4]>> for i64x4[src]

impl FromCast<Simd<[usize; 4]>> for i64x4[src]

impl FromCast<Simd<[msize; 4]>> for i64x4[src]

impl FromCast<Simd<[i8; 4]>> for u64x4[src]

impl FromCast<Simd<[u8; 4]>> for u64x4[src]

impl FromCast<Simd<[m8; 4]>> for u64x4[src]

impl FromCast<Simd<[i16; 4]>> for u64x4[src]

impl FromCast<Simd<[u16; 4]>> for u64x4[src]

impl FromCast<Simd<[m16; 4]>> for u64x4[src]

impl FromCast<Simd<[i32; 4]>> for u64x4[src]

impl FromCast<Simd<[u32; 4]>> for u64x4[src]

impl FromCast<Simd<[f32; 4]>> for u64x4[src]

impl FromCast<Simd<[m32; 4]>> for u64x4[src]

impl FromCast<Simd<[i64; 4]>> for u64x4[src]

impl FromCast<Simd<[f64; 4]>> for u64x4[src]

impl FromCast<Simd<[m64; 4]>> for u64x4[src]

impl FromCast<Simd<[i128; 4]>> for u64x4[src]

impl FromCast<Simd<[u128; 4]>> for u64x4[src]

impl FromCast<Simd<[m128; 4]>> for u64x4[src]

impl FromCast<Simd<[isize; 4]>> for u64x4[src]

impl FromCast<Simd<[usize; 4]>> for u64x4[src]

impl FromCast<Simd<[msize; 4]>> for u64x4[src]

impl FromCast<Simd<[i8; 4]>> for f64x4[src]

impl FromCast<Simd<[u8; 4]>> for f64x4[src]

impl FromCast<Simd<[m8; 4]>> for f64x4[src]

impl FromCast<Simd<[i16; 4]>> for f64x4[src]

impl FromCast<Simd<[u16; 4]>> for f64x4[src]

impl FromCast<Simd<[m16; 4]>> for f64x4[src]

impl FromCast<Simd<[i32; 4]>> for f64x4[src]

impl FromCast<Simd<[u32; 4]>> for f64x4[src]

impl FromCast<Simd<[f32; 4]>> for f64x4[src]

impl FromCast<Simd<[m32; 4]>> for f64x4[src]

impl FromCast<Simd<[i64; 4]>> for f64x4[src]

impl FromCast<Simd<[u64; 4]>> for f64x4[src]

impl FromCast<Simd<[m64; 4]>> for f64x4[src]

impl FromCast<Simd<[i128; 4]>> for f64x4[src]

impl FromCast<Simd<[u128; 4]>> for f64x4[src]

impl FromCast<Simd<[m128; 4]>> for f64x4[src]

impl FromCast<Simd<[isize; 4]>> for f64x4[src]

impl FromCast<Simd<[usize; 4]>> for f64x4[src]

impl FromCast<Simd<[msize; 4]>> for f64x4[src]

impl FromCast<Simd<[i8; 4]>> for m64x4[src]

impl FromCast<Simd<[u8; 4]>> for m64x4[src]

impl FromCast<Simd<[m8; 4]>> for m64x4[src]

impl FromCast<Simd<[i16; 4]>> for m64x4[src]

impl FromCast<Simd<[u16; 4]>> for m64x4[src]

impl FromCast<Simd<[m16; 4]>> for m64x4[src]

impl FromCast<Simd<[i32; 4]>> for m64x4[src]

impl FromCast<Simd<[u32; 4]>> for m64x4[src]

impl FromCast<Simd<[f32; 4]>> for m64x4[src]

impl FromCast<Simd<[m32; 4]>> for m64x4[src]

impl FromCast<Simd<[i64; 4]>> for m64x4[src]

impl FromCast<Simd<[u64; 4]>> for m64x4[src]

impl FromCast<Simd<[f64; 4]>> for m64x4[src]

impl FromCast<Simd<[i128; 4]>> for m64x4[src]

impl FromCast<Simd<[u128; 4]>> for m64x4[src]

impl FromCast<Simd<[m128; 4]>> for m64x4[src]

impl FromCast<Simd<[isize; 4]>> for m64x4[src]

impl FromCast<Simd<[usize; 4]>> for m64x4[src]

impl FromCast<Simd<[msize; 4]>> for m64x4[src]

impl FromCast<Simd<[i8; 2]>> for i128x2[src]

impl FromCast<Simd<[u8; 2]>> for i128x2[src]

impl FromCast<Simd<[m8; 2]>> for i128x2[src]

impl FromCast<Simd<[i16; 2]>> for i128x2[src]

impl FromCast<Simd<[u16; 2]>> for i128x2[src]

impl FromCast<Simd<[m16; 2]>> for i128x2[src]

impl FromCast<Simd<[i32; 2]>> for i128x2[src]

impl FromCast<Simd<[u32; 2]>> for i128x2[src]

impl FromCast<Simd<[f32; 2]>> for i128x2[src]

impl FromCast<Simd<[m32; 2]>> for i128x2[src]

impl FromCast<Simd<[i64; 2]>> for i128x2[src]

impl FromCast<Simd<[u64; 2]>> for i128x2[src]

impl FromCast<Simd<[f64; 2]>> for i128x2[src]

impl FromCast<Simd<[m64; 2]>> for i128x2[src]

impl FromCast<Simd<[u128; 2]>> for i128x2[src]

impl FromCast<Simd<[m128; 2]>> for i128x2[src]

impl FromCast<Simd<[isize; 2]>> for i128x2[src]

impl FromCast<Simd<[usize; 2]>> for i128x2[src]

impl FromCast<Simd<[msize; 2]>> for i128x2[src]

impl FromCast<Simd<[i8; 2]>> for u128x2[src]

impl FromCast<Simd<[u8; 2]>> for u128x2[src]

impl FromCast<Simd<[m8; 2]>> for u128x2[src]

impl FromCast<Simd<[i16; 2]>> for u128x2[src]

impl FromCast<Simd<[u16; 2]>> for u128x2[src]

impl FromCast<Simd<[m16; 2]>> for u128x2[src]

impl FromCast<Simd<[i32; 2]>> for u128x2[src]

impl FromCast<Simd<[u32; 2]>> for u128x2[src]

impl FromCast<Simd<[f32; 2]>> for u128x2[src]

impl FromCast<Simd<[m32; 2]>> for u128x2[src]

impl FromCast<Simd<[i64; 2]>> for u128x2[src]

impl FromCast<Simd<[u64; 2]>> for u128x2[src]

impl FromCast<Simd<[f64; 2]>> for u128x2[src]

impl FromCast<Simd<[m64; 2]>> for u128x2[src]

impl FromCast<Simd<[i128; 2]>> for u128x2[src]

impl FromCast<Simd<[m128; 2]>> for u128x2[src]

impl FromCast<Simd<[isize; 2]>> for u128x2[src]

impl FromCast<Simd<[usize; 2]>> for u128x2[src]

impl FromCast<Simd<[msize; 2]>> for u128x2[src]

impl FromCast<Simd<[i8; 2]>> for m128x2[src]

impl FromCast<Simd<[u8; 2]>> for m128x2[src]

impl FromCast<Simd<[m8; 2]>> for m128x2[src]

impl FromCast<Simd<[i16; 2]>> for m128x2[src]

impl FromCast<Simd<[u16; 2]>> for m128x2[src]

impl FromCast<Simd<[m16; 2]>> for m128x2[src]

impl FromCast<Simd<[i32; 2]>> for m128x2[src]

impl FromCast<Simd<[u32; 2]>> for m128x2[src]

impl FromCast<Simd<[f32; 2]>> for m128x2[src]

impl FromCast<Simd<[m32; 2]>> for m128x2[src]

impl FromCast<Simd<[i64; 2]>> for m128x2[src]

impl FromCast<Simd<[u64; 2]>> for m128x2[src]

impl FromCast<Simd<[m64; 2]>> for m128x2[src]

impl FromCast<Simd<[f64; 2]>> for m128x2[src]

impl FromCast<Simd<[i128; 2]>> for m128x2[src]

impl FromCast<Simd<[u128; 2]>> for m128x2[src]

impl FromCast<Simd<[isize; 2]>> for m128x2[src]

impl FromCast<Simd<[usize; 2]>> for m128x2[src]

impl FromCast<Simd<[msize; 2]>> for m128x2[src]

impl FromCast<Simd<[i8; 4]>> for isizex4[src]

impl FromCast<Simd<[u8; 4]>> for isizex4[src]

impl FromCast<Simd<[m8; 4]>> for isizex4[src]

impl FromCast<Simd<[i16; 4]>> for isizex4[src]

impl FromCast<Simd<[u16; 4]>> for isizex4[src]

impl FromCast<Simd<[m16; 4]>> for isizex4[src]

impl FromCast<Simd<[i32; 4]>> for isizex4[src]

impl FromCast<Simd<[u32; 4]>> for isizex4[src]

impl FromCast<Simd<[f32; 4]>> for isizex4[src]

impl FromCast<Simd<[m32; 4]>> for isizex4[src]

impl FromCast<Simd<[i64; 4]>> for isizex4[src]

impl FromCast<Simd<[u64; 4]>> for isizex4[src]

impl FromCast<Simd<[f64; 4]>> for isizex4[src]

impl FromCast<Simd<[m64; 4]>> for isizex4[src]

impl FromCast<Simd<[i128; 4]>> for isizex4[src]

impl FromCast<Simd<[u128; 4]>> for isizex4[src]

impl FromCast<Simd<[m128; 4]>> for isizex4[src]

impl FromCast<Simd<[usize; 4]>> for isizex4[src]

impl FromCast<Simd<[msize; 4]>> for isizex4[src]

impl FromCast<Simd<[i8; 4]>> for usizex4[src]

impl FromCast<Simd<[u8; 4]>> for usizex4[src]

impl FromCast<Simd<[m8; 4]>> for usizex4[src]

impl FromCast<Simd<[i16; 4]>> for usizex4[src]

impl FromCast<Simd<[u16; 4]>> for usizex4[src]

impl FromCast<Simd<[m16; 4]>> for usizex4[src]

impl FromCast<Simd<[i32; 4]>> for usizex4[src]

impl FromCast<Simd<[u32; 4]>> for usizex4[src]

impl FromCast<Simd<[f32; 4]>> for usizex4[src]

impl FromCast<Simd<[m32; 4]>> for usizex4[src]

impl FromCast<Simd<[i64; 4]>> for usizex4[src]

impl FromCast<Simd<[u64; 4]>> for usizex4[src]

impl FromCast<Simd<[f64; 4]>> for usizex4[src]

impl FromCast<Simd<[m64; 4]>> for usizex4[src]

impl FromCast<Simd<[i128; 4]>> for usizex4[src]

impl FromCast<Simd<[u128; 4]>> for usizex4[src]

impl FromCast<Simd<[m128; 4]>> for usizex4[src]

impl FromCast<Simd<[isize; 4]>> for usizex4[src]

impl FromCast<Simd<[msize; 4]>> for usizex4[src]

impl FromCast<Simd<[i8; 4]>> for msizex4[src]

impl FromCast<Simd<[u8; 4]>> for msizex4[src]

impl FromCast<Simd<[m8; 4]>> for msizex4[src]

impl FromCast<Simd<[i16; 4]>> for msizex4[src]

impl FromCast<Simd<[u16; 4]>> for msizex4[src]

impl FromCast<Simd<[m16; 4]>> for msizex4[src]

impl FromCast<Simd<[i32; 4]>> for msizex4[src]

impl FromCast<Simd<[u32; 4]>> for msizex4[src]

impl FromCast<Simd<[f32; 4]>> for msizex4[src]

impl FromCast<Simd<[m32; 4]>> for msizex4[src]

impl FromCast<Simd<[i64; 4]>> for msizex4[src]

impl FromCast<Simd<[u64; 4]>> for msizex4[src]

impl FromCast<Simd<[f64; 4]>> for msizex4[src]

impl FromCast<Simd<[m64; 4]>> for msizex4[src]

impl FromCast<Simd<[i128; 4]>> for msizex4[src]

impl FromCast<Simd<[u128; 4]>> for msizex4[src]

impl FromCast<Simd<[m128; 4]>> for msizex4[src]

impl FromCast<Simd<[isize; 4]>> for msizex4[src]

impl FromCast<Simd<[usize; 4]>> for msizex4[src]

impl FromCast<Simd<[u8; 64]>> for i8x64[src]

impl FromCast<Simd<[m8; 64]>> for i8x64[src]

impl FromCast<Simd<[i8; 64]>> for u8x64[src]

impl FromCast<Simd<[m8; 64]>> for u8x64[src]

impl FromCast<Simd<[i8; 64]>> for m8x64[src]

impl FromCast<Simd<[u8; 64]>> for m8x64[src]

impl FromCast<Simd<[i8; 32]>> for i16x32[src]

impl FromCast<Simd<[u8; 32]>> for i16x32[src]

impl FromCast<Simd<[m8; 32]>> for i16x32[src]

impl FromCast<Simd<[u16; 32]>> for i16x32[src]

impl FromCast<Simd<[m16; 32]>> for i16x32[src]

impl FromCast<Simd<[i8; 32]>> for u16x32[src]

impl FromCast<Simd<[u8; 32]>> for u16x32[src]

impl FromCast<Simd<[m8; 32]>> for u16x32[src]

impl FromCast<Simd<[i16; 32]>> for u16x32[src]

impl FromCast<Simd<[m16; 32]>> for u16x32[src]

impl FromCast<Simd<[i8; 32]>> for m16x32[src]

impl FromCast<Simd<[u8; 32]>> for m16x32[src]

impl FromCast<Simd<[m8; 32]>> for m16x32[src]

impl FromCast<Simd<[i16; 32]>> for m16x32[src]

impl FromCast<Simd<[u16; 32]>> for m16x32[src]

impl FromCast<Simd<[i8; 16]>> for i32x16[src]

impl FromCast<Simd<[u8; 16]>> for i32x16[src]

impl FromCast<Simd<[m8; 16]>> for i32x16[src]

impl FromCast<Simd<[i16; 16]>> for i32x16[src]

impl FromCast<Simd<[u16; 16]>> for i32x16[src]

impl FromCast<Simd<[m16; 16]>> for i32x16[src]

impl FromCast<Simd<[u32; 16]>> for i32x16[src]

impl FromCast<Simd<[f32; 16]>> for i32x16[src]

impl FromCast<Simd<[m32; 16]>> for i32x16[src]

impl FromCast<Simd<[i8; 16]>> for u32x16[src]

impl FromCast<Simd<[u8; 16]>> for u32x16[src]

impl FromCast<Simd<[m8; 16]>> for u32x16[src]

impl FromCast<Simd<[i16; 16]>> for u32x16[src]

impl FromCast<Simd<[u16; 16]>> for u32x16[src]

impl FromCast<Simd<[m16; 16]>> for u32x16[src]

impl FromCast<Simd<[i32; 16]>> for u32x16[src]

impl FromCast<Simd<[f32; 16]>> for u32x16[src]

impl FromCast<Simd<[m32; 16]>> for u32x16[src]

impl FromCast<Simd<[i8; 16]>> for f32x16[src]

impl FromCast<Simd<[u8; 16]>> for f32x16[src]

impl FromCast<Simd<[m8; 16]>> for f32x16[src]

impl FromCast<Simd<[i16; 16]>> for f32x16[src]

impl FromCast<Simd<[u16; 16]>> for f32x16[src]

impl FromCast<Simd<[m16; 16]>> for f32x16[src]

impl FromCast<Simd<[i32; 16]>> for f32x16[src]

impl FromCast<Simd<[u32; 16]>> for f32x16[src]

impl FromCast<Simd<[m32; 16]>> for f32x16[src]

impl FromCast<Simd<[i8; 16]>> for m32x16[src]

impl FromCast<Simd<[u8; 16]>> for m32x16[src]

impl FromCast<Simd<[m8; 16]>> for m32x16[src]

impl FromCast<Simd<[i16; 16]>> for m32x16[src]

impl FromCast<Simd<[u16; 16]>> for m32x16[src]

impl FromCast<Simd<[m16; 16]>> for m32x16[src]

impl FromCast<Simd<[i32; 16]>> for m32x16[src]

impl FromCast<Simd<[u32; 16]>> for m32x16[src]

impl FromCast<Simd<[f32; 16]>> for m32x16[src]

impl FromCast<Simd<[i8; 8]>> for i64x8[src]

impl FromCast<Simd<[u8; 8]>> for i64x8[src]

impl FromCast<Simd<[m8; 8]>> for i64x8[src]

impl FromCast<Simd<[i16; 8]>> for i64x8[src]

impl FromCast<Simd<[u16; 8]>> for i64x8[src]

impl FromCast<Simd<[m16; 8]>> for i64x8[src]

impl FromCast<Simd<[i32; 8]>> for i64x8[src]

impl FromCast<Simd<[u32; 8]>> for i64x8[src]

impl FromCast<Simd<[f32; 8]>> for i64x8[src]

impl FromCast<Simd<[m32; 8]>> for i64x8[src]

impl FromCast<Simd<[u64; 8]>> for i64x8[src]

impl FromCast<Simd<[f64; 8]>> for i64x8[src]

impl FromCast<Simd<[m64; 8]>> for i64x8[src]

impl FromCast<Simd<[isize; 8]>> for i64x8[src]

impl FromCast<Simd<[usize; 8]>> for i64x8[src]

impl FromCast<Simd<[msize; 8]>> for i64x8[src]

impl FromCast<Simd<[i8; 8]>> for u64x8[src]

impl FromCast<Simd<[u8; 8]>> for u64x8[src]

impl FromCast<Simd<[m8; 8]>> for u64x8[src]

impl FromCast<Simd<[i16; 8]>> for u64x8[src]

impl FromCast<Simd<[u16; 8]>> for u64x8[src]

impl FromCast<Simd<[m16; 8]>> for u64x8[src]

impl FromCast<Simd<[i32; 8]>> for u64x8[src]

impl FromCast<Simd<[u32; 8]>> for u64x8[src]

impl FromCast<Simd<[f32; 8]>> for u64x8[src]

impl FromCast<Simd<[m32; 8]>> for u64x8[src]

impl FromCast<Simd<[i64; 8]>> for u64x8[src]

impl FromCast<Simd<[f64; 8]>> for u64x8[src]

impl FromCast<Simd<[m64; 8]>> for u64x8[src]

impl FromCast<Simd<[isize; 8]>> for u64x8[src]

impl FromCast<Simd<[usize; 8]>> for u64x8[src]

impl FromCast<Simd<[msize; 8]>> for u64x8[src]

impl FromCast<Simd<[i8; 8]>> for f64x8[src]

impl FromCast<Simd<[u8; 8]>> for f64x8[src]

impl FromCast<Simd<[m8; 8]>> for f64x8[src]

impl FromCast<Simd<[i16; 8]>> for f64x8[src]

impl FromCast<Simd<[u16; 8]>> for f64x8[src]

impl FromCast<Simd<[m16; 8]>> for f64x8[src]

impl FromCast<Simd<[i32; 8]>> for f64x8[src]

impl FromCast<Simd<[u32; 8]>> for f64x8[src]

impl FromCast<Simd<[f32; 8]>> for f64x8[src]

impl FromCast<Simd<[m32; 8]>> for f64x8[src]

impl FromCast<Simd<[i64; 8]>> for f64x8[src]

impl FromCast<Simd<[u64; 8]>> for f64x8[src]

impl FromCast<Simd<[m64; 8]>> for f64x8[src]

impl FromCast<Simd<[isize; 8]>> for f64x8[src]

impl FromCast<Simd<[usize; 8]>> for f64x8[src]

impl FromCast<Simd<[msize; 8]>> for f64x8[src]

impl FromCast<Simd<[i8; 8]>> for m64x8[src]

impl FromCast<Simd<[u8; 8]>> for m64x8[src]

impl FromCast<Simd<[m8; 8]>> for m64x8[src]

impl FromCast<Simd<[i16; 8]>> for m64x8[src]

impl FromCast<Simd<[u16; 8]>> for m64x8[src]

impl FromCast<Simd<[m16; 8]>> for m64x8[src]

impl FromCast<Simd<[i32; 8]>> for m64x8[src]

impl FromCast<Simd<[u32; 8]>> for m64x8[src]

impl FromCast<Simd<[f32; 8]>> for m64x8[src]

impl FromCast<Simd<[m32; 8]>> for m64x8[src]

impl FromCast<Simd<[i64; 8]>> for m64x8[src]

impl FromCast<Simd<[u64; 8]>> for m64x8[src]

impl FromCast<Simd<[f64; 8]>> for m64x8[src]

impl FromCast<Simd<[isize; 8]>> for m64x8[src]

impl FromCast<Simd<[usize; 8]>> for m64x8[src]

impl FromCast<Simd<[msize; 8]>> for m64x8[src]

impl FromCast<Simd<[i8; 4]>> for i128x4[src]

impl FromCast<Simd<[u8; 4]>> for i128x4[src]

impl FromCast<Simd<[m8; 4]>> for i128x4[src]

impl FromCast<Simd<[i16; 4]>> for i128x4[src]

impl FromCast<Simd<[u16; 4]>> for i128x4[src]

impl FromCast<Simd<[m16; 4]>> for i128x4[src]

impl FromCast<Simd<[i32; 4]>> for i128x4[src]

impl FromCast<Simd<[u32; 4]>> for i128x4[src]

impl FromCast<Simd<[f32; 4]>> for i128x4[src]

impl FromCast<Simd<[m32; 4]>> for i128x4[src]

impl FromCast<Simd<[i64; 4]>> for i128x4[src]

impl FromCast<Simd<[u64; 4]>> for i128x4[src]

impl FromCast<Simd<[f64; 4]>> for i128x4[src]

impl FromCast<Simd<[m64; 4]>> for i128x4[src]

impl FromCast<Simd<[u128; 4]>> for i128x4[src]

impl FromCast<Simd<[m128; 4]>> for i128x4[src]

impl FromCast<Simd<[isize; 4]>> for i128x4[src]

impl FromCast<Simd<[usize; 4]>> for i128x4[src]

impl FromCast<Simd<[msize; 4]>> for i128x4[src]

impl FromCast<Simd<[i8; 4]>> for u128x4[src]

impl FromCast<Simd<[u8; 4]>> for u128x4[src]

impl FromCast<Simd<[m8; 4]>> for u128x4[src]

impl FromCast<Simd<[i16; 4]>> for u128x4[src]

impl FromCast<Simd<[u16; 4]>> for u128x4[src]

impl FromCast<Simd<[m16; 4]>> for u128x4[src]

impl FromCast<Simd<[i32; 4]>> for u128x4[src]

impl FromCast<Simd<[u32; 4]>> for u128x4[src]

impl FromCast<Simd<[f32; 4]>> for u128x4[src]

impl FromCast<Simd<[m32; 4]>> for u128x4[src]

impl FromCast<Simd<[i64; 4]>> for u128x4[src]

impl FromCast<Simd<[u64; 4]>> for u128x4[src]

impl FromCast<Simd<[f64; 4]>> for u128x4[src]

impl FromCast<Simd<[m64; 4]>> for u128x4[src]

impl FromCast<Simd<[i128; 4]>> for u128x4[src]

impl FromCast<Simd<[m128; 4]>> for u128x4[src]

impl FromCast<Simd<[isize; 4]>> for u128x4[src]

impl FromCast<Simd<[usize; 4]>> for u128x4[src]

impl FromCast<Simd<[msize; 4]>> for u128x4[src]

impl FromCast<Simd<[i8; 4]>> for m128x4[src]

impl FromCast<Simd<[u8; 4]>> for m128x4[src]

impl FromCast<Simd<[m8; 4]>> for m128x4[src]

impl FromCast<Simd<[i16; 4]>> for m128x4[src]

impl FromCast<Simd<[u16; 4]>> for m128x4[src]

impl FromCast<Simd<[m16; 4]>> for m128x4[src]

impl FromCast<Simd<[i32; 4]>> for m128x4[src]

impl FromCast<Simd<[u32; 4]>> for m128x4[src]

impl FromCast<Simd<[f32; 4]>> for m128x4[src]

impl FromCast<Simd<[m32; 4]>> for m128x4[src]

impl FromCast<Simd<[i64; 4]>> for m128x4[src]

impl FromCast<Simd<[u64; 4]>> for m128x4[src]

impl FromCast<Simd<[m64; 4]>> for m128x4[src]

impl FromCast<Simd<[f64; 4]>> for m128x4[src]

impl FromCast<Simd<[i128; 4]>> for m128x4[src]

impl FromCast<Simd<[u128; 4]>> for m128x4[src]

impl FromCast<Simd<[isize; 4]>> for m128x4[src]

impl FromCast<Simd<[usize; 4]>> for m128x4[src]

impl FromCast<Simd<[msize; 4]>> for m128x4[src]

impl FromCast<Simd<[i8; 8]>> for isizex8[src]

impl FromCast<Simd<[u8; 8]>> for isizex8[src]

impl FromCast<Simd<[m8; 8]>> for isizex8[src]

impl FromCast<Simd<[i16; 8]>> for isizex8[src]

impl FromCast<Simd<[u16; 8]>> for isizex8[src]

impl FromCast<Simd<[m16; 8]>> for isizex8[src]

impl FromCast<Simd<[i32; 8]>> for isizex8[src]

impl FromCast<Simd<[u32; 8]>> for isizex8[src]

impl FromCast<Simd<[f32; 8]>> for isizex8[src]

impl FromCast<Simd<[m32; 8]>> for isizex8[src]

impl FromCast<Simd<[i64; 8]>> for isizex8[src]

impl FromCast<Simd<[u64; 8]>> for isizex8[src]

impl FromCast<Simd<[f64; 8]>> for isizex8[src]

impl FromCast<Simd<[m64; 8]>> for isizex8[src]

impl FromCast<Simd<[usize; 8]>> for isizex8[src]

impl FromCast<Simd<[msize; 8]>> for isizex8[src]

impl FromCast<Simd<[i8; 8]>> for usizex8[src]

impl FromCast<Simd<[u8; 8]>> for usizex8[src]

impl FromCast<Simd<[m8; 8]>> for usizex8[src]

impl FromCast<Simd<[i16; 8]>> for usizex8[src]

impl FromCast<Simd<[u16; 8]>> for usizex8[src]

impl FromCast<Simd<[m16; 8]>> for usizex8[src]

impl FromCast<Simd<[i32; 8]>> for usizex8[src]

impl FromCast<Simd<[u32; 8]>> for usizex8[src]

impl FromCast<Simd<[f32; 8]>> for usizex8[src]

impl FromCast<Simd<[m32; 8]>> for usizex8[src]

impl FromCast<Simd<[i64; 8]>> for usizex8[src]

impl FromCast<Simd<[u64; 8]>> for usizex8[src]

impl FromCast<Simd<[f64; 8]>> for usizex8[src]

impl FromCast<Simd<[m64; 8]>> for usizex8[src]

impl FromCast<Simd<[isize; 8]>> for usizex8[src]

impl FromCast<Simd<[msize; 8]>> for usizex8[src]

impl FromCast<Simd<[i8; 8]>> for msizex8[src]

impl FromCast<Simd<[u8; 8]>> for msizex8[src]

impl FromCast<Simd<[m8; 8]>> for msizex8[src]

impl FromCast<Simd<[i16; 8]>> for msizex8[src]

impl FromCast<Simd<[u16; 8]>> for msizex8[src]

impl FromCast<Simd<[m16; 8]>> for msizex8[src]

impl FromCast<Simd<[i32; 8]>> for msizex8[src]

impl FromCast<Simd<[u32; 8]>> for msizex8[src]

impl FromCast<Simd<[f32; 8]>> for msizex8[src]

impl FromCast<Simd<[m32; 8]>> for msizex8[src]

impl FromCast<Simd<[i64; 8]>> for msizex8[src]

impl FromCast<Simd<[u64; 8]>> for msizex8[src]

impl FromCast<Simd<[f64; 8]>> for msizex8[src]

impl FromCast<Simd<[m64; 8]>> for msizex8[src]

impl FromCast<Simd<[isize; 8]>> for msizex8[src]

impl FromCast<Simd<[usize; 8]>> for msizex8[src]

impl<A: Clone + SimdArray> Clone for Simd<A>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<Simd<[i8; 2]>> for i8x2[src]

impl PartialEq<Simd<[u8; 2]>> for u8x2[src]

impl PartialEq<Simd<[m8; 2]>> for m8x2[src]

impl PartialEq<Simd<[i8; 4]>> for i8x4[src]

impl PartialEq<Simd<[u8; 4]>> for u8x4[src]

impl PartialEq<Simd<[m8; 4]>> for m8x4[src]

impl PartialEq<Simd<[i16; 2]>> for i16x2[src]

impl PartialEq<Simd<[u16; 2]>> for u16x2[src]

impl PartialEq<Simd<[m16; 2]>> for m16x2[src]

impl PartialEq<Simd<[i8; 8]>> for i8x8[src]

impl PartialEq<Simd<[u8; 8]>> for u8x8[src]

impl PartialEq<Simd<[m8; 8]>> for m8x8[src]

impl PartialEq<Simd<[i16; 4]>> for i16x4[src]

impl PartialEq<Simd<[u16; 4]>> for u16x4[src]

impl PartialEq<Simd<[m16; 4]>> for m16x4[src]

impl PartialEq<Simd<[i32; 2]>> for i32x2[src]

impl PartialEq<Simd<[u32; 2]>> for u32x2[src]

impl PartialEq<Simd<[m32; 2]>> for m32x2[src]

impl PartialEq<Simd<[f32; 2]>> for f32x2[src]

impl PartialEq<Simd<[i8; 16]>> for i8x16[src]

impl PartialEq<Simd<[u8; 16]>> for u8x16[src]

impl PartialEq<Simd<[m8; 16]>> for m8x16[src]

impl PartialEq<Simd<[i16; 8]>> for i16x8[src]

impl PartialEq<Simd<[u16; 8]>> for u16x8[src]

impl PartialEq<Simd<[m16; 8]>> for m16x8[src]

impl PartialEq<Simd<[i32; 4]>> for i32x4[src]

impl PartialEq<Simd<[u32; 4]>> for u32x4[src]

impl PartialEq<Simd<[f32; 4]>> for f32x4[src]

impl PartialEq<Simd<[m32; 4]>> for m32x4[src]

impl PartialEq<Simd<[i64; 2]>> for i64x2[src]

impl PartialEq<Simd<[u64; 2]>> for u64x2[src]

impl PartialEq<Simd<[f64; 2]>> for f64x2[src]

impl PartialEq<Simd<[m64; 2]>> for m64x2[src]

impl PartialEq<Simd<[i128; 1]>> for i128x1[src]

impl PartialEq<Simd<[u128; 1]>> for u128x1[src]

impl PartialEq<Simd<[m128; 1]>> for m128x1[src]

impl PartialEq<Simd<[i8; 32]>> for i8x32[src]

impl PartialEq<Simd<[u8; 32]>> for u8x32[src]

impl PartialEq<Simd<[m8; 32]>> for m8x32[src]

impl PartialEq<Simd<[i16; 16]>> for i16x16[src]

impl PartialEq<Simd<[u16; 16]>> for u16x16[src]

impl PartialEq<Simd<[m16; 16]>> for m16x16[src]

impl PartialEq<Simd<[i32; 8]>> for i32x8[src]

impl PartialEq<Simd<[u32; 8]>> for u32x8[src]

impl PartialEq<Simd<[f32; 8]>> for f32x8[src]

impl PartialEq<Simd<[m32; 8]>> for m32x8[src]

impl PartialEq<Simd<[i64; 4]>> for i64x4[src]

impl PartialEq<Simd<[u64; 4]>> for u64x4[src]

impl PartialEq<Simd<[f64; 4]>> for f64x4[src]

impl PartialEq<Simd<[m64; 4]>> for m64x4[src]

impl PartialEq<Simd<[i128; 2]>> for i128x2[src]

impl PartialEq<Simd<[u128; 2]>> for u128x2[src]

impl PartialEq<Simd<[m128; 2]>> for m128x2[src]

impl PartialEq<Simd<[i8; 64]>> for i8x64[src]

impl PartialEq<Simd<[u8; 64]>> for u8x64[src]

impl PartialEq<Simd<[m8; 64]>> for m8x64[src]

impl PartialEq<Simd<[i16; 32]>> for i16x32[src]

impl PartialEq<Simd<[u16; 32]>> for u16x32[src]

impl PartialEq<Simd<[m16; 32]>> for m16x32[src]

impl PartialEq<Simd<[i32; 16]>> for i32x16[src]

impl PartialEq<Simd<[u32; 16]>> for u32x16[src]

impl PartialEq<Simd<[f32; 16]>> for f32x16[src]

impl PartialEq<Simd<[m32; 16]>> for m32x16[src]

impl PartialEq<Simd<[i64; 8]>> for i64x8[src]

impl PartialEq<Simd<[u64; 8]>> for u64x8[src]

impl PartialEq<Simd<[f64; 8]>> for f64x8[src]

impl PartialEq<Simd<[m64; 8]>> for m64x8[src]

impl PartialEq<Simd<[i128; 4]>> for i128x4[src]

impl PartialEq<Simd<[u128; 4]>> for u128x4[src]

impl PartialEq<Simd<[m128; 4]>> for m128x4[src]

impl PartialEq<Simd<[isize; 2]>> for isizex2[src]

impl PartialEq<Simd<[usize; 2]>> for usizex2[src]

impl PartialEq<Simd<[msize; 2]>> for msizex2[src]

impl PartialEq<Simd<[isize; 4]>> for isizex4[src]

impl PartialEq<Simd<[usize; 4]>> for usizex4[src]

impl PartialEq<Simd<[msize; 4]>> for msizex4[src]

impl PartialEq<Simd<[isize; 8]>> for isizex8[src]

impl PartialEq<Simd<[usize; 8]>> for usizex8[src]

impl PartialEq<Simd<[msize; 8]>> for msizex8[src]

impl<T> PartialEq<Simd<[*const T; 2]>> for cptrx2<T>[src]

impl<T> PartialEq<Simd<[*mut T; 2]>> for mptrx2<T>[src]

impl<T> PartialEq<Simd<[*const T; 4]>> for cptrx4<T>[src]

impl<T> PartialEq<Simd<[*mut T; 4]>> for mptrx4<T>[src]

impl<T> PartialEq<Simd<[*const T; 8]>> for cptrx8<T>[src]

impl<T> PartialEq<Simd<[*mut T; 8]>> for mptrx8<T>[src]

impl From<Simd<[i8; 2]>> for [i8; 2][src]

impl From<Simd<[u8; 2]>> for [u8; 2][src]

impl From<Simd<[m8; 2]>> for [m8; 2][src]

impl From<Simd<[m16; 2]>> for m8x2[src]

impl From<Simd<[m32; 2]>> for m8x2[src]

impl From<Simd<[m64; 2]>> for m8x2[src]

impl From<Simd<[m128; 2]>> for m8x2[src]

impl From<Simd<[i8; 4]>> for [i8; 4][src]

impl From<Simd<[u8; 4]>> for [u8; 4][src]

impl From<Simd<[m8; 4]>> for [m8; 4][src]

impl From<Simd<[m16; 4]>> for m8x4[src]

impl From<Simd<[m32; 4]>> for m8x4[src]

impl From<Simd<[m64; 4]>> for m8x4[src]

impl From<Simd<[i16; 2]>> for [i16; 2][src]

impl From<Simd<[i8; 2]>> for i16x2[src]

impl From<Simd<[u8; 2]>> for i16x2[src]

impl From<Simd<[u16; 2]>> for [u16; 2][src]

impl From<Simd<[u8; 2]>> for u16x2[src]

impl From<Simd<[m16; 2]>> for [m16; 2][src]

impl From<Simd<[m8; 2]>> for m16x2[src]

impl From<Simd<[m32; 2]>> for m16x2[src]

impl From<Simd<[m64; 2]>> for m16x2[src]

impl From<Simd<[m128; 2]>> for m16x2[src]

impl From<Simd<[i8; 8]>> for [i8; 8][src]

impl From<Simd<[u8; 8]>> for [u8; 8][src]

impl From<Simd<[m8; 8]>> for [m8; 8][src]

impl From<Simd<[m16; 8]>> for m8x8[src]

impl From<Simd<[m32; 8]>> for m8x8[src]

impl From<Simd<[i16; 4]>> for [i16; 4][src]

impl From<Simd<[i8; 4]>> for i16x4[src]

impl From<Simd<[u8; 4]>> for i16x4[src]

impl From<Simd<[u16; 4]>> for [u16; 4][src]

impl From<Simd<[u8; 4]>> for u16x4[src]

impl From<Simd<[m16; 4]>> for [m16; 4][src]

impl From<Simd<[m8; 4]>> for m16x4[src]

impl From<Simd<[m32; 4]>> for m16x4[src]

impl From<Simd<[m64; 4]>> for m16x4[src]

impl From<Simd<[i32; 2]>> for [i32; 2][src]

impl From<Simd<[i8; 2]>> for i32x2[src]

impl From<Simd<[u8; 2]>> for i32x2[src]

impl From<Simd<[i16; 2]>> for i32x2[src]

impl From<Simd<[u16; 2]>> for i32x2[src]

impl From<Simd<[u32; 2]>> for [u32; 2][src]

impl From<Simd<[u8; 2]>> for u32x2[src]

impl From<Simd<[u16; 2]>> for u32x2[src]

impl From<Simd<[m32; 2]>> for [m32; 2][src]

impl From<Simd<[m8; 2]>> for m32x2[src]

impl From<Simd<[m16; 2]>> for m32x2[src]

impl From<Simd<[m64; 2]>> for m32x2[src]

impl From<Simd<[m128; 2]>> for m32x2[src]

impl From<Simd<[f32; 2]>> for [f32; 2][src]

impl From<Simd<[i8; 2]>> for f32x2[src]

impl From<Simd<[u8; 2]>> for f32x2[src]

impl From<Simd<[i16; 2]>> for f32x2[src]

impl From<Simd<[u16; 2]>> for f32x2[src]

impl From<Simd<[i8; 16]>> for [i8; 16][src]

impl From<Simd<[u8; 16]>> for [u8; 16][src]

impl From<Simd<[m8; 16]>> for [m8; 16][src]

impl From<Simd<[m16; 16]>> for m8x16[src]

impl From<Simd<[i16; 8]>> for [i16; 8][src]

impl From<Simd<[i8; 8]>> for i16x8[src]

impl From<Simd<[u8; 8]>> for i16x8[src]

impl From<Simd<[u16; 8]>> for [u16; 8][src]

impl From<Simd<[u8; 8]>> for u16x8[src]

impl From<Simd<[m16; 8]>> for [m16; 8][src]

impl From<Simd<[m8; 8]>> for m16x8[src]

impl From<Simd<[m32; 8]>> for m16x8[src]

impl From<Simd<[i32; 4]>> for [i32; 4][src]

impl From<Simd<[i8; 4]>> for i32x4[src]

impl From<Simd<[u8; 4]>> for i32x4[src]

impl From<Simd<[i16; 4]>> for i32x4[src]

impl From<Simd<[u16; 4]>> for i32x4[src]

impl From<Simd<[u32; 4]>> for [u32; 4][src]

impl From<Simd<[u8; 4]>> for u32x4[src]

impl From<Simd<[u16; 4]>> for u32x4[src]

impl From<Simd<[f32; 4]>> for [f32; 4][src]

impl From<Simd<[i8; 4]>> for f32x4[src]

impl From<Simd<[u8; 4]>> for f32x4[src]

impl From<Simd<[i16; 4]>> for f32x4[src]

impl From<Simd<[u16; 4]>> for f32x4[src]

impl From<Simd<[m32; 4]>> for [m32; 4][src]

impl From<Simd<[m8; 4]>> for m32x4[src]

impl From<Simd<[m16; 4]>> for m32x4[src]

impl From<Simd<[m64; 4]>> for m32x4[src]

impl From<Simd<[i64; 2]>> for [i64; 2][src]

impl From<Simd<[i8; 2]>> for i64x2[src]

impl From<Simd<[u8; 2]>> for i64x2[src]

impl From<Simd<[i16; 2]>> for i64x2[src]

impl From<Simd<[u16; 2]>> for i64x2[src]

impl From<Simd<[i32; 2]>> for i64x2[src]

impl From<Simd<[u32; 2]>> for i64x2[src]

impl From<Simd<[u64; 2]>> for [u64; 2][src]

impl From<Simd<[u8; 2]>> for u64x2[src]

impl From<Simd<[u16; 2]>> for u64x2[src]

impl From<Simd<[u32; 2]>> for u64x2[src]

impl From<Simd<[f64; 2]>> for [f64; 2][src]

impl From<Simd<[i8; 2]>> for f64x2[src]

impl From<Simd<[u8; 2]>> for f64x2[src]

impl From<Simd<[i16; 2]>> for f64x2[src]

impl From<Simd<[u16; 2]>> for f64x2[src]

impl From<Simd<[i32; 2]>> for f64x2[src]

impl From<Simd<[u32; 2]>> for f64x2[src]

impl From<Simd<[f32; 2]>> for f64x2[src]

impl From<Simd<[m64; 2]>> for [m64; 2][src]

impl From<Simd<[m8; 2]>> for m64x2[src]

impl From<Simd<[m16; 2]>> for m64x2[src]

impl From<Simd<[m32; 2]>> for m64x2[src]

impl From<Simd<[m128; 2]>> for m64x2[src]

impl From<Simd<[i128; 1]>> for [i128; 1][src]

impl From<Simd<[u128; 1]>> for [u128; 1][src]

impl From<Simd<[m128; 1]>> for [m128; 1][src]

impl From<Simd<[i8; 32]>> for [i8; 32][src]

impl From<Simd<[u8; 32]>> for [u8; 32][src]

impl From<Simd<[m8; 32]>> for [m8; 32][src]

impl From<Simd<[i16; 16]>> for [i16; 16][src]

impl From<Simd<[i8; 16]>> for i16x16[src]

impl From<Simd<[u8; 16]>> for i16x16[src]

impl From<Simd<[u16; 16]>> for [u16; 16][src]

impl From<Simd<[u8; 16]>> for u16x16[src]

impl From<Simd<[m16; 16]>> for [m16; 16][src]

impl From<Simd<[m8; 16]>> for m16x16[src]

impl From<Simd<[i32; 8]>> for [i32; 8][src]

impl From<Simd<[i8; 8]>> for i32x8[src]

impl From<Simd<[u8; 8]>> for i32x8[src]

impl From<Simd<[i16; 8]>> for i32x8[src]

impl From<Simd<[u16; 8]>> for i32x8[src]

impl From<Simd<[u32; 8]>> for [u32; 8][src]

impl From<Simd<[u8; 8]>> for u32x8[src]

impl From<Simd<[u16; 8]>> for u32x8[src]

impl From<Simd<[f32; 8]>> for [f32; 8][src]

impl From<Simd<[i8; 8]>> for f32x8[src]

impl From<Simd<[u8; 8]>> for f32x8[src]

impl From<Simd<[i16; 8]>> for f32x8[src]

impl From<Simd<[u16; 8]>> for f32x8[src]

impl From<Simd<[m32; 8]>> for [m32; 8][src]

impl From<Simd<[m8; 8]>> for m32x8[src]

impl From<Simd<[m16; 8]>> for m32x8[src]

impl From<Simd<[i64; 4]>> for [i64; 4][src]

impl From<Simd<[i8; 4]>> for i64x4[src]

impl From<Simd<[u8; 4]>> for i64x4[src]

impl From<Simd<[i16; 4]>> for i64x4[src]

impl From<Simd<[u16; 4]>> for i64x4[src]

impl From<Simd<[i32; 4]>> for i64x4[src]

impl From<Simd<[u32; 4]>> for i64x4[src]

impl From<Simd<[u64; 4]>> for [u64; 4][src]

impl From<Simd<[u8; 4]>> for u64x4[src]

impl From<Simd<[u16; 4]>> for u64x4[src]

impl From<Simd<[u32; 4]>> for u64x4[src]

impl From<Simd<[f64; 4]>> for [f64; 4][src]

impl From<Simd<[i8; 4]>> for f64x4[src]

impl From<Simd<[u8; 4]>> for f64x4[src]

impl From<Simd<[i16; 4]>> for f64x4[src]

impl From<Simd<[u16; 4]>> for f64x4[src]

impl From<Simd<[i32; 4]>> for f64x4[src]

impl From<Simd<[u32; 4]>> for f64x4[src]

impl From<Simd<[f32; 4]>> for f64x4[src]

impl From<Simd<[m64; 4]>> for [m64; 4][src]

impl From<Simd<[m8; 4]>> for m64x4[src]

impl From<Simd<[m16; 4]>> for m64x4[src]

impl From<Simd<[m32; 4]>> for m64x4[src]

impl From<Simd<[i128; 2]>> for [i128; 2][src]

impl From<Simd<[i8; 2]>> for i128x2[src]

impl From<Simd<[u8; 2]>> for i128x2[src]

impl From<Simd<[i16; 2]>> for i128x2[src]

impl From<Simd<[u16; 2]>> for i128x2[src]

impl From<Simd<[i32; 2]>> for i128x2[src]

impl From<Simd<[u32; 2]>> for i128x2[src]

impl From<Simd<[i64; 2]>> for i128x2[src]

impl From<Simd<[u64; 2]>> for i128x2[src]

impl From<Simd<[u128; 2]>> for [u128; 2][src]

impl From<Simd<[u8; 2]>> for u128x2[src]

impl From<Simd<[u16; 2]>> for u128x2[src]

impl From<Simd<[u32; 2]>> for u128x2[src]

impl From<Simd<[u64; 2]>> for u128x2[src]

impl From<Simd<[m128; 2]>> for [m128; 2][src]

impl From<Simd<[m8; 2]>> for m128x2[src]

impl From<Simd<[m16; 2]>> for m128x2[src]

impl From<Simd<[m32; 2]>> for m128x2[src]

impl From<Simd<[m64; 2]>> for m128x2[src]

impl From<Simd<[i8; 64]>> for [i8; 64][src]

impl From<Simd<[u8; 64]>> for [u8; 64][src]

impl From<Simd<[m8; 64]>> for [m8; 64][src]

impl From<Simd<[i16; 32]>> for [i16; 32][src]

impl From<Simd<[i8; 32]>> for i16x32[src]

impl From<Simd<[u8; 32]>> for i16x32[src]

impl From<Simd<[u16; 32]>> for [u16; 32][src]

impl From<Simd<[u8; 32]>> for u16x32[src]

impl From<Simd<[m16; 32]>> for [m16; 32][src]

impl From<Simd<[m8; 32]>> for m16x32[src]

impl From<Simd<[i32; 16]>> for [i32; 16][src]

impl From<Simd<[i8; 16]>> for i32x16[src]

impl From<Simd<[u8; 16]>> for i32x16[src]

impl From<Simd<[i16; 16]>> for i32x16[src]

impl From<Simd<[u16; 16]>> for i32x16[src]

impl From<Simd<[u32; 16]>> for [u32; 16][src]

impl From<Simd<[u8; 16]>> for u32x16[src]

impl From<Simd<[u16; 16]>> for u32x16[src]

impl From<Simd<[f32; 16]>> for [f32; 16][src]

impl From<Simd<[i8; 16]>> for f32x16[src]

impl From<Simd<[u8; 16]>> for f32x16[src]

impl From<Simd<[i16; 16]>> for f32x16[src]

impl From<Simd<[u16; 16]>> for f32x16[src]

impl From<Simd<[m32; 16]>> for [m32; 16][src]

impl From<Simd<[m8; 16]>> for m32x16[src]

impl From<Simd<[m16; 16]>> for m32x16[src]

impl From<Simd<[i64; 8]>> for [i64; 8][src]

impl From<Simd<[i8; 8]>> for i64x8[src]

impl From<Simd<[u8; 8]>> for i64x8[src]

impl From<Simd<[i16; 8]>> for i64x8[src]

impl From<Simd<[u16; 8]>> for i64x8[src]

impl From<Simd<[i32; 8]>> for i64x8[src]

impl From<Simd<[u32; 8]>> for i64x8[src]

impl From<Simd<[u64; 8]>> for [u64; 8][src]

impl From<Simd<[u8; 8]>> for u64x8[src]

impl From<Simd<[u16; 8]>> for u64x8[src]

impl From<Simd<[u32; 8]>> for u64x8[src]

impl From<Simd<[f64; 8]>> for [f64; 8][src]

impl From<Simd<[i8; 8]>> for f64x8[src]

impl From<Simd<[u8; 8]>> for f64x8[src]

impl From<Simd<[i16; 8]>> for f64x8[src]

impl From<Simd<[u16; 8]>> for f64x8[src]

impl From<Simd<[i32; 8]>> for f64x8[src]

impl From<Simd<[u32; 8]>> for f64x8[src]

impl From<Simd<[f32; 8]>> for f64x8[src]

impl From<Simd<[m64; 8]>> for [m64; 8][src]

impl From<Simd<[m8; 8]>> for m64x8[src]

impl From<Simd<[m16; 8]>> for m64x8[src]

impl From<Simd<[m32; 8]>> for m64x8[src]

impl From<Simd<[i128; 4]>> for [i128; 4][src]

impl From<Simd<[i8; 4]>> for i128x4[src]

impl From<Simd<[u8; 4]>> for i128x4[src]

impl From<Simd<[i16; 4]>> for i128x4[src]

impl From<Simd<[u16; 4]>> for i128x4[src]

impl From<Simd<[i32; 4]>> for i128x4[src]

impl From<Simd<[u32; 4]>> for i128x4[src]

impl From<Simd<[i64; 4]>> for i128x4[src]

impl From<Simd<[u64; 4]>> for i128x4[src]

impl From<Simd<[u128; 4]>> for [u128; 4][src]

impl From<Simd<[u8; 4]>> for u128x4[src]

impl From<Simd<[u16; 4]>> for u128x4[src]

impl From<Simd<[u32; 4]>> for u128x4[src]

impl From<Simd<[u64; 4]>> for u128x4[src]

impl From<Simd<[m128; 4]>> for [m128; 4][src]

impl From<Simd<[m8; 4]>> for m128x4[src]

impl From<Simd<[m16; 4]>> for m128x4[src]

impl From<Simd<[m32; 4]>> for m128x4[src]

impl From<Simd<[m64; 4]>> for m128x4[src]

impl From<Simd<[isize; 2]>> for [isize; 2][src]

impl From<Simd<[usize; 2]>> for [usize; 2][src]

impl From<Simd<[msize; 2]>> for [msize; 2][src]

impl From<Simd<[isize; 4]>> for [isize; 4][src]

impl From<Simd<[usize; 4]>> for [usize; 4][src]

impl From<Simd<[msize; 4]>> for [msize; 4][src]

impl From<Simd<[isize; 8]>> for [isize; 8][src]

impl From<Simd<[usize; 8]>> for [usize; 8][src]

impl From<Simd<[msize; 8]>> for [msize; 8][src]

impl<A: Copy + SimdArray> Copy for Simd<A>[src]

impl Add<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the + operator.

impl Add<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the + operator.

impl Add<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the + operator.

impl Add<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the + operator.

impl Add<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the + operator.

impl Add<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the + operator.

impl Add<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the + operator.

impl Add<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the + operator.

impl Add<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the + operator.

impl Add<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the + operator.

impl Add<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the + operator.

impl Add<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the + operator.

impl Add<Simd<[f32; 2]>> for f32x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[f32; 2]>> for f32[src]

type Output = f32x2

The resulting type after applying the + operator.

impl Add<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the + operator.

impl Add<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the + operator.

impl Add<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the + operator.

impl Add<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the + operator.

impl Add<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the + operator.

impl Add<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the + operator.

impl Add<Simd<[f32; 4]>> for f32x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[f32; 4]>> for f32[src]

type Output = f32x4

The resulting type after applying the + operator.

impl Add<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the + operator.

impl Add<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the + operator.

impl Add<Simd<[f64; 2]>> for f64x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[f64; 2]>> for f64[src]

type Output = f64x2

The resulting type after applying the + operator.

impl Add<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the + operator.

impl Add<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the + operator.

impl Add<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the + operator.

impl Add<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the + operator.

impl Add<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the + operator.

impl Add<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the + operator.

impl Add<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the + operator.

impl Add<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the + operator.

impl Add<Simd<[f32; 8]>> for f32x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[f32; 8]>> for f32[src]

type Output = f32x8

The resulting type after applying the + operator.

impl Add<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the + operator.

impl Add<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the + operator.

impl Add<Simd<[f64; 4]>> for f64x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[f64; 4]>> for f64[src]

type Output = f64x4

The resulting type after applying the + operator.

impl Add<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the + operator.

impl Add<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the + operator.

impl Add<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the + operator.

impl Add<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the + operator.

impl Add<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the + operator.

impl Add<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the + operator.

impl Add<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the + operator.

impl Add<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the + operator.

impl Add<Simd<[f32; 16]>> for f32x16[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[f32; 16]>> for f32[src]

type Output = f32x16

The resulting type after applying the + operator.

impl Add<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the + operator.

impl Add<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the + operator.

impl Add<Simd<[f64; 8]>> for f64x8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[f64; 8]>> for f64[src]

type Output = f64x8

The resulting type after applying the + operator.

impl Add<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the + operator.

impl Add<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the + operator.

impl Add<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the + operator.

impl Add<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the + operator.

impl Add<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the + operator.

impl Add<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the + operator.

impl Add<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the + operator.

impl Add<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the + operator.

impl Sub<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 2]>> for f32x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 2]>> for f32[src]

type Output = f32x2

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 4]>> for f32x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 4]>> for f32[src]

type Output = f32x4

The resulting type after applying the - operator.

impl Sub<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the - operator.

impl Sub<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the - operator.

impl Sub<Simd<[f64; 2]>> for f64x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[f64; 2]>> for f64[src]

type Output = f64x2

The resulting type after applying the - operator.

impl Sub<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the - operator.

impl Sub<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 8]>> for f32x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 8]>> for f32[src]

type Output = f32x8

The resulting type after applying the - operator.

impl Sub<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the - operator.

impl Sub<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the - operator.

impl Sub<Simd<[f64; 4]>> for f64x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[f64; 4]>> for f64[src]

type Output = f64x4

The resulting type after applying the - operator.

impl Sub<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the - operator.

impl Sub<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 16]>> for f32x16[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[f32; 16]>> for f32[src]

type Output = f32x16

The resulting type after applying the - operator.

impl Sub<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the - operator.

impl Sub<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the - operator.

impl Sub<Simd<[f64; 8]>> for f64x8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[f64; 8]>> for f64[src]

type Output = f64x8

The resulting type after applying the - operator.

impl Sub<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the - operator.

impl Sub<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the - operator.

impl Sub<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the - operator.

impl Sub<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the - operator.

impl Sub<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the - operator.

impl Sub<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the - operator.

impl Sub<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the - operator.

impl Sub<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the - operator.

impl Mul<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 2]>> for f32x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 2]>> for f32[src]

type Output = f32x2

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 4]>> for f32x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 4]>> for f32[src]

type Output = f32x4

The resulting type after applying the * operator.

impl Mul<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the * operator.

impl Mul<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the * operator.

impl Mul<Simd<[f64; 2]>> for f64x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[f64; 2]>> for f64[src]

type Output = f64x2

The resulting type after applying the * operator.

impl Mul<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the * operator.

impl Mul<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 8]>> for f32x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 8]>> for f32[src]

type Output = f32x8

The resulting type after applying the * operator.

impl Mul<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the * operator.

impl Mul<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the * operator.

impl Mul<Simd<[f64; 4]>> for f64x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[f64; 4]>> for f64[src]

type Output = f64x4

The resulting type after applying the * operator.

impl Mul<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the * operator.

impl Mul<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 16]>> for f32x16[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[f32; 16]>> for f32[src]

type Output = f32x16

The resulting type after applying the * operator.

impl Mul<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the * operator.

impl Mul<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the * operator.

impl Mul<Simd<[f64; 8]>> for f64x8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[f64; 8]>> for f64[src]

type Output = f64x8

The resulting type after applying the * operator.

impl Mul<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the * operator.

impl Mul<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the * operator.

impl Mul<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the * operator.

impl Mul<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the * operator.

impl Mul<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the * operator.

impl Mul<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the * operator.

impl Mul<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the * operator.

impl Mul<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the * operator.

impl Div<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the / operator.

impl Div<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the / operator.

impl Div<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the / operator.

impl Div<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the / operator.

impl Div<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the / operator.

impl Div<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the / operator.

impl Div<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the / operator.

impl Div<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the / operator.

impl Div<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the / operator.

impl Div<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the / operator.

impl Div<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the / operator.

impl Div<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the / operator.

impl Div<Simd<[f32; 2]>> for f32x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[f32; 2]>> for f32[src]

type Output = f32x2

The resulting type after applying the / operator.

impl Div<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the / operator.

impl Div<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the / operator.

impl Div<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the / operator.

impl Div<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the / operator.

impl Div<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the / operator.

impl Div<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the / operator.

impl Div<Simd<[f32; 4]>> for f32x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[f32; 4]>> for f32[src]

type Output = f32x4

The resulting type after applying the / operator.

impl Div<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the / operator.

impl Div<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the / operator.

impl Div<Simd<[f64; 2]>> for f64x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[f64; 2]>> for f64[src]

type Output = f64x2

The resulting type after applying the / operator.

impl Div<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the / operator.

impl Div<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the / operator.

impl Div<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the / operator.

impl Div<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the / operator.

impl Div<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the / operator.

impl Div<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the / operator.

impl Div<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the / operator.

impl Div<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the / operator.

impl Div<Simd<[f32; 8]>> for f32x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[f32; 8]>> for f32[src]

type Output = f32x8

The resulting type after applying the / operator.

impl Div<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the / operator.

impl Div<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the / operator.

impl Div<Simd<[f64; 4]>> for f64x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[f64; 4]>> for f64[src]

type Output = f64x4

The resulting type after applying the / operator.

impl Div<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the / operator.

impl Div<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the / operator.

impl Div<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the / operator.

impl Div<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the / operator.

impl Div<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the / operator.

impl Div<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the / operator.

impl Div<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the / operator.

impl Div<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the / operator.

impl Div<Simd<[f32; 16]>> for f32x16[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[f32; 16]>> for f32[src]

type Output = f32x16

The resulting type after applying the / operator.

impl Div<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the / operator.

impl Div<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the / operator.

impl Div<Simd<[f64; 8]>> for f64x8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[f64; 8]>> for f64[src]

type Output = f64x8

The resulting type after applying the / operator.

impl Div<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the / operator.

impl Div<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the / operator.

impl Div<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the / operator.

impl Div<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the / operator.

impl Div<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the / operator.

impl Div<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the / operator.

impl Div<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the / operator.

impl Div<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the / operator.

impl Rem<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 2]>> for f32x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 2]>> for f32[src]

type Output = f32x2

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 4]>> for f32x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 4]>> for f32[src]

type Output = f32x4

The resulting type after applying the % operator.

impl Rem<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the % operator.

impl Rem<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the % operator.

impl Rem<Simd<[f64; 2]>> for f64x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[f64; 2]>> for f64[src]

type Output = f64x2

The resulting type after applying the % operator.

impl Rem<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the % operator.

impl Rem<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 8]>> for f32x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 8]>> for f32[src]

type Output = f32x8

The resulting type after applying the % operator.

impl Rem<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the % operator.

impl Rem<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the % operator.

impl Rem<Simd<[f64; 4]>> for f64x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[f64; 4]>> for f64[src]

type Output = f64x4

The resulting type after applying the % operator.

impl Rem<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the % operator.

impl Rem<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 16]>> for f32x16[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[f32; 16]>> for f32[src]

type Output = f32x16

The resulting type after applying the % operator.

impl Rem<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the % operator.

impl Rem<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the % operator.

impl Rem<Simd<[f64; 8]>> for f64x8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[f64; 8]>> for f64[src]

type Output = f64x8

The resulting type after applying the % operator.

impl Rem<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the % operator.

impl Rem<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the % operator.

impl Rem<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the % operator.

impl Rem<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the % operator.

impl Rem<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the % operator.

impl Rem<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the % operator.

impl Rem<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the % operator.

impl Rem<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the % operator.

impl AddAssign<Simd<[i8; 2]>> for i8x2[src]

impl AddAssign<Simd<[u8; 2]>> for u8x2[src]

impl AddAssign<Simd<[i8; 4]>> for i8x4[src]

impl AddAssign<Simd<[u8; 4]>> for u8x4[src]

impl AddAssign<Simd<[i16; 2]>> for i16x2[src]

impl AddAssign<Simd<[u16; 2]>> for u16x2[src]

impl AddAssign<Simd<[i8; 8]>> for i8x8[src]

impl AddAssign<Simd<[u8; 8]>> for u8x8[src]

impl AddAssign<Simd<[i16; 4]>> for i16x4[src]

impl AddAssign<Simd<[u16; 4]>> for u16x4[src]

impl AddAssign<Simd<[i32; 2]>> for i32x2[src]

impl AddAssign<Simd<[u32; 2]>> for u32x2[src]

impl AddAssign<Simd<[f32; 2]>> for f32x2[src]

impl AddAssign<Simd<[i8; 16]>> for i8x16[src]

impl AddAssign<Simd<[u8; 16]>> for u8x16[src]

impl AddAssign<Simd<[i16; 8]>> for i16x8[src]

impl AddAssign<Simd<[u16; 8]>> for u16x8[src]

impl AddAssign<Simd<[i32; 4]>> for i32x4[src]

impl AddAssign<Simd<[u32; 4]>> for u32x4[src]

impl AddAssign<Simd<[f32; 4]>> for f32x4[src]

impl AddAssign<Simd<[i64; 2]>> for i64x2[src]

impl AddAssign<Simd<[u64; 2]>> for u64x2[src]

impl AddAssign<Simd<[f64; 2]>> for f64x2[src]

impl AddAssign<Simd<[i128; 1]>> for i128x1[src]

impl AddAssign<Simd<[u128; 1]>> for u128x1[src]

impl AddAssign<Simd<[i8; 32]>> for i8x32[src]

impl AddAssign<Simd<[u8; 32]>> for u8x32[src]

impl AddAssign<Simd<[i16; 16]>> for i16x16[src]

impl AddAssign<Simd<[u16; 16]>> for u16x16[src]

impl AddAssign<Simd<[i32; 8]>> for i32x8[src]

impl AddAssign<Simd<[u32; 8]>> for u32x8[src]

impl AddAssign<Simd<[f32; 8]>> for f32x8[src]

impl AddAssign<Simd<[i64; 4]>> for i64x4[src]

impl AddAssign<Simd<[u64; 4]>> for u64x4[src]

impl AddAssign<Simd<[f64; 4]>> for f64x4[src]

impl AddAssign<Simd<[i128; 2]>> for i128x2[src]

impl AddAssign<Simd<[u128; 2]>> for u128x2[src]

impl AddAssign<Simd<[i8; 64]>> for i8x64[src]

impl AddAssign<Simd<[u8; 64]>> for u8x64[src]

impl AddAssign<Simd<[i16; 32]>> for i16x32[src]

impl AddAssign<Simd<[u16; 32]>> for u16x32[src]

impl AddAssign<Simd<[i32; 16]>> for i32x16[src]

impl AddAssign<Simd<[u32; 16]>> for u32x16[src]

impl AddAssign<Simd<[f32; 16]>> for f32x16[src]

impl AddAssign<Simd<[i64; 8]>> for i64x8[src]

impl AddAssign<Simd<[u64; 8]>> for u64x8[src]

impl AddAssign<Simd<[f64; 8]>> for f64x8[src]

impl AddAssign<Simd<[i128; 4]>> for i128x4[src]

impl AddAssign<Simd<[u128; 4]>> for u128x4[src]

impl AddAssign<Simd<[isize; 2]>> for isizex2[src]

impl AddAssign<Simd<[usize; 2]>> for usizex2[src]

impl AddAssign<Simd<[isize; 4]>> for isizex4[src]

impl AddAssign<Simd<[usize; 4]>> for usizex4[src]

impl AddAssign<Simd<[isize; 8]>> for isizex8[src]

impl AddAssign<Simd<[usize; 8]>> for usizex8[src]

impl SubAssign<Simd<[i8; 2]>> for i8x2[src]

impl SubAssign<Simd<[u8; 2]>> for u8x2[src]

impl SubAssign<Simd<[i8; 4]>> for i8x4[src]

impl SubAssign<Simd<[u8; 4]>> for u8x4[src]

impl SubAssign<Simd<[i16; 2]>> for i16x2[src]

impl SubAssign<Simd<[u16; 2]>> for u16x2[src]

impl SubAssign<Simd<[i8; 8]>> for i8x8[src]

impl SubAssign<Simd<[u8; 8]>> for u8x8[src]

impl SubAssign<Simd<[i16; 4]>> for i16x4[src]

impl SubAssign<Simd<[u16; 4]>> for u16x4[src]

impl SubAssign<Simd<[i32; 2]>> for i32x2[src]

impl SubAssign<Simd<[u32; 2]>> for u32x2[src]

impl SubAssign<Simd<[f32; 2]>> for f32x2[src]

impl SubAssign<Simd<[i8; 16]>> for i8x16[src]

impl SubAssign<Simd<[u8; 16]>> for u8x16[src]

impl SubAssign<Simd<[i16; 8]>> for i16x8[src]

impl SubAssign<Simd<[u16; 8]>> for u16x8[src]

impl SubAssign<Simd<[i32; 4]>> for i32x4[src]

impl SubAssign<Simd<[u32; 4]>> for u32x4[src]

impl SubAssign<Simd<[f32; 4]>> for f32x4[src]

impl SubAssign<Simd<[i64; 2]>> for i64x2[src]

impl SubAssign<Simd<[u64; 2]>> for u64x2[src]

impl SubAssign<Simd<[f64; 2]>> for f64x2[src]

impl SubAssign<Simd<[i128; 1]>> for i128x1[src]

impl SubAssign<Simd<[u128; 1]>> for u128x1[src]

impl SubAssign<Simd<[i8; 32]>> for i8x32[src]

impl SubAssign<Simd<[u8; 32]>> for u8x32[src]

impl SubAssign<Simd<[i16; 16]>> for i16x16[src]

impl SubAssign<Simd<[u16; 16]>> for u16x16[src]

impl SubAssign<Simd<[i32; 8]>> for i32x8[src]

impl SubAssign<Simd<[u32; 8]>> for u32x8[src]

impl SubAssign<Simd<[f32; 8]>> for f32x8[src]

impl SubAssign<Simd<[i64; 4]>> for i64x4[src]

impl SubAssign<Simd<[u64; 4]>> for u64x4[src]

impl SubAssign<Simd<[f64; 4]>> for f64x4[src]

impl SubAssign<Simd<[i128; 2]>> for i128x2[src]

impl SubAssign<Simd<[u128; 2]>> for u128x2[src]

impl SubAssign<Simd<[i8; 64]>> for i8x64[src]

impl SubAssign<Simd<[u8; 64]>> for u8x64[src]

impl SubAssign<Simd<[i16; 32]>> for i16x32[src]

impl SubAssign<Simd<[u16; 32]>> for u16x32[src]

impl SubAssign<Simd<[i32; 16]>> for i32x16[src]

impl SubAssign<Simd<[u32; 16]>> for u32x16[src]

impl SubAssign<Simd<[f32; 16]>> for f32x16[src]

impl SubAssign<Simd<[i64; 8]>> for i64x8[src]

impl SubAssign<Simd<[u64; 8]>> for u64x8[src]

impl SubAssign<Simd<[f64; 8]>> for f64x8[src]

impl SubAssign<Simd<[i128; 4]>> for i128x4[src]

impl SubAssign<Simd<[u128; 4]>> for u128x4[src]

impl SubAssign<Simd<[isize; 2]>> for isizex2[src]

impl SubAssign<Simd<[usize; 2]>> for usizex2[src]

impl SubAssign<Simd<[isize; 4]>> for isizex4[src]

impl SubAssign<Simd<[usize; 4]>> for usizex4[src]

impl SubAssign<Simd<[isize; 8]>> for isizex8[src]

impl SubAssign<Simd<[usize; 8]>> for usizex8[src]

impl MulAssign<Simd<[i8; 2]>> for i8x2[src]

impl MulAssign<Simd<[u8; 2]>> for u8x2[src]

impl MulAssign<Simd<[i8; 4]>> for i8x4[src]

impl MulAssign<Simd<[u8; 4]>> for u8x4[src]

impl MulAssign<Simd<[i16; 2]>> for i16x2[src]

impl MulAssign<Simd<[u16; 2]>> for u16x2[src]

impl MulAssign<Simd<[i8; 8]>> for i8x8[src]

impl MulAssign<Simd<[u8; 8]>> for u8x8[src]

impl MulAssign<Simd<[i16; 4]>> for i16x4[src]

impl MulAssign<Simd<[u16; 4]>> for u16x4[src]

impl MulAssign<Simd<[i32; 2]>> for i32x2[src]

impl MulAssign<Simd<[u32; 2]>> for u32x2[src]

impl MulAssign<Simd<[f32; 2]>> for f32x2[src]

impl MulAssign<Simd<[i8; 16]>> for i8x16[src]

impl MulAssign<Simd<[u8; 16]>> for u8x16[src]

impl MulAssign<Simd<[i16; 8]>> for i16x8[src]

impl MulAssign<Simd<[u16; 8]>> for u16x8[src]

impl MulAssign<Simd<[i32; 4]>> for i32x4[src]

impl MulAssign<Simd<[u32; 4]>> for u32x4[src]

impl MulAssign<Simd<[f32; 4]>> for f32x4[src]

impl MulAssign<Simd<[i64; 2]>> for i64x2[src]

impl MulAssign<Simd<[u64; 2]>> for u64x2[src]

impl MulAssign<Simd<[f64; 2]>> for f64x2[src]

impl MulAssign<Simd<[i128; 1]>> for i128x1[src]

impl MulAssign<Simd<[u128; 1]>> for u128x1[src]

impl MulAssign<Simd<[i8; 32]>> for i8x32[src]

impl MulAssign<Simd<[u8; 32]>> for u8x32[src]

impl MulAssign<Simd<[i16; 16]>> for i16x16[src]

impl MulAssign<Simd<[u16; 16]>> for u16x16[src]

impl MulAssign<Simd<[i32; 8]>> for i32x8[src]

impl MulAssign<Simd<[u32; 8]>> for u32x8[src]

impl MulAssign<Simd<[f32; 8]>> for f32x8[src]

impl MulAssign<Simd<[i64; 4]>> for i64x4[src]

impl MulAssign<Simd<[u64; 4]>> for u64x4[src]

impl MulAssign<Simd<[f64; 4]>> for f64x4[src]

impl MulAssign<Simd<[i128; 2]>> for i128x2[src]

impl MulAssign<Simd<[u128; 2]>> for u128x2[src]

impl MulAssign<Simd<[i8; 64]>> for i8x64[src]

impl MulAssign<Simd<[u8; 64]>> for u8x64[src]

impl MulAssign<Simd<[i16; 32]>> for i16x32[src]

impl MulAssign<Simd<[u16; 32]>> for u16x32[src]

impl MulAssign<Simd<[i32; 16]>> for i32x16[src]

impl MulAssign<Simd<[u32; 16]>> for u32x16[src]

impl MulAssign<Simd<[f32; 16]>> for f32x16[src]

impl MulAssign<Simd<[i64; 8]>> for i64x8[src]

impl MulAssign<Simd<[u64; 8]>> for u64x8[src]

impl MulAssign<Simd<[f64; 8]>> for f64x8[src]

impl MulAssign<Simd<[i128; 4]>> for i128x4[src]

impl MulAssign<Simd<[u128; 4]>> for u128x4[src]

impl MulAssign<Simd<[isize; 2]>> for isizex2[src]

impl MulAssign<Simd<[usize; 2]>> for usizex2[src]

impl MulAssign<Simd<[isize; 4]>> for isizex4[src]

impl MulAssign<Simd<[usize; 4]>> for usizex4[src]

impl MulAssign<Simd<[isize; 8]>> for isizex8[src]

impl MulAssign<Simd<[usize; 8]>> for usizex8[src]

impl DivAssign<Simd<[i8; 2]>> for i8x2[src]

impl DivAssign<Simd<[u8; 2]>> for u8x2[src]

impl DivAssign<Simd<[i8; 4]>> for i8x4[src]

impl DivAssign<Simd<[u8; 4]>> for u8x4[src]

impl DivAssign<Simd<[i16; 2]>> for i16x2[src]

impl DivAssign<Simd<[u16; 2]>> for u16x2[src]

impl DivAssign<Simd<[i8; 8]>> for i8x8[src]

impl DivAssign<Simd<[u8; 8]>> for u8x8[src]

impl DivAssign<Simd<[i16; 4]>> for i16x4[src]

impl DivAssign<Simd<[u16; 4]>> for u16x4[src]

impl DivAssign<Simd<[i32; 2]>> for i32x2[src]

impl DivAssign<Simd<[u32; 2]>> for u32x2[src]

impl DivAssign<Simd<[f32; 2]>> for f32x2[src]

impl DivAssign<Simd<[i8; 16]>> for i8x16[src]

impl DivAssign<Simd<[u8; 16]>> for u8x16[src]

impl DivAssign<Simd<[i16; 8]>> for i16x8[src]

impl DivAssign<Simd<[u16; 8]>> for u16x8[src]

impl DivAssign<Simd<[i32; 4]>> for i32x4[src]

impl DivAssign<Simd<[u32; 4]>> for u32x4[src]

impl DivAssign<Simd<[f32; 4]>> for f32x4[src]

impl DivAssign<Simd<[i64; 2]>> for i64x2[src]

impl DivAssign<Simd<[u64; 2]>> for u64x2[src]

impl DivAssign<Simd<[f64; 2]>> for f64x2[src]

impl DivAssign<Simd<[i128; 1]>> for i128x1[src]

impl DivAssign<Simd<[u128; 1]>> for u128x1[src]

impl DivAssign<Simd<[i8; 32]>> for i8x32[src]

impl DivAssign<Simd<[u8; 32]>> for u8x32[src]

impl DivAssign<Simd<[i16; 16]>> for i16x16[src]

impl DivAssign<Simd<[u16; 16]>> for u16x16[src]

impl DivAssign<Simd<[i32; 8]>> for i32x8[src]

impl DivAssign<Simd<[u32; 8]>> for u32x8[src]

impl DivAssign<Simd<[f32; 8]>> for f32x8[src]

impl DivAssign<Simd<[i64; 4]>> for i64x4[src]

impl DivAssign<Simd<[u64; 4]>> for u64x4[src]

impl DivAssign<Simd<[f64; 4]>> for f64x4[src]

impl DivAssign<Simd<[i128; 2]>> for i128x2[src]

impl DivAssign<Simd<[u128; 2]>> for u128x2[src]

impl DivAssign<Simd<[i8; 64]>> for i8x64[src]

impl DivAssign<Simd<[u8; 64]>> for u8x64[src]

impl DivAssign<Simd<[i16; 32]>> for i16x32[src]

impl DivAssign<Simd<[u16; 32]>> for u16x32[src]

impl DivAssign<Simd<[i32; 16]>> for i32x16[src]

impl DivAssign<Simd<[u32; 16]>> for u32x16[src]

impl DivAssign<Simd<[f32; 16]>> for f32x16[src]

impl DivAssign<Simd<[i64; 8]>> for i64x8[src]

impl DivAssign<Simd<[u64; 8]>> for u64x8[src]

impl DivAssign<Simd<[f64; 8]>> for f64x8[src]

impl DivAssign<Simd<[i128; 4]>> for i128x4[src]

impl DivAssign<Simd<[u128; 4]>> for u128x4[src]

impl DivAssign<Simd<[isize; 2]>> for isizex2[src]

impl DivAssign<Simd<[usize; 2]>> for usizex2[src]

impl DivAssign<Simd<[isize; 4]>> for isizex4[src]

impl DivAssign<Simd<[usize; 4]>> for usizex4[src]

impl DivAssign<Simd<[isize; 8]>> for isizex8[src]

impl DivAssign<Simd<[usize; 8]>> for usizex8[src]

impl RemAssign<Simd<[i8; 2]>> for i8x2[src]

impl RemAssign<Simd<[u8; 2]>> for u8x2[src]

impl RemAssign<Simd<[i8; 4]>> for i8x4[src]

impl RemAssign<Simd<[u8; 4]>> for u8x4[src]

impl RemAssign<Simd<[i16; 2]>> for i16x2[src]

impl RemAssign<Simd<[u16; 2]>> for u16x2[src]

impl RemAssign<Simd<[i8; 8]>> for i8x8[src]

impl RemAssign<Simd<[u8; 8]>> for u8x8[src]

impl RemAssign<Simd<[i16; 4]>> for i16x4[src]

impl RemAssign<Simd<[u16; 4]>> for u16x4[src]

impl RemAssign<Simd<[i32; 2]>> for i32x2[src]

impl RemAssign<Simd<[u32; 2]>> for u32x2[src]

impl RemAssign<Simd<[f32; 2]>> for f32x2[src]

impl RemAssign<Simd<[i8; 16]>> for i8x16[src]

impl RemAssign<Simd<[u8; 16]>> for u8x16[src]

impl RemAssign<Simd<[i16; 8]>> for i16x8[src]

impl RemAssign<Simd<[u16; 8]>> for u16x8[src]

impl RemAssign<Simd<[i32; 4]>> for i32x4[src]

impl RemAssign<Simd<[u32; 4]>> for u32x4[src]

impl RemAssign<Simd<[f32; 4]>> for f32x4[src]

impl RemAssign<Simd<[i64; 2]>> for i64x2[src]

impl RemAssign<Simd<[u64; 2]>> for u64x2[src]

impl RemAssign<Simd<[f64; 2]>> for f64x2[src]

impl RemAssign<Simd<[i128; 1]>> for i128x1[src]

impl RemAssign<Simd<[u128; 1]>> for u128x1[src]

impl RemAssign<Simd<[i8; 32]>> for i8x32[src]

impl RemAssign<Simd<[u8; 32]>> for u8x32[src]

impl RemAssign<Simd<[i16; 16]>> for i16x16[src]

impl RemAssign<Simd<[u16; 16]>> for u16x16[src]

impl RemAssign<Simd<[i32; 8]>> for i32x8[src]

impl RemAssign<Simd<[u32; 8]>> for u32x8[src]

impl RemAssign<Simd<[f32; 8]>> for f32x8[src]

impl RemAssign<Simd<[i64; 4]>> for i64x4[src]

impl RemAssign<Simd<[u64; 4]>> for u64x4[src]

impl RemAssign<Simd<[f64; 4]>> for f64x4[src]

impl RemAssign<Simd<[i128; 2]>> for i128x2[src]

impl RemAssign<Simd<[u128; 2]>> for u128x2[src]

impl RemAssign<Simd<[i8; 64]>> for i8x64[src]

impl RemAssign<Simd<[u8; 64]>> for u8x64[src]

impl RemAssign<Simd<[i16; 32]>> for i16x32[src]

impl RemAssign<Simd<[u16; 32]>> for u16x32[src]

impl RemAssign<Simd<[i32; 16]>> for i32x16[src]

impl RemAssign<Simd<[u32; 16]>> for u32x16[src]

impl RemAssign<Simd<[f32; 16]>> for f32x16[src]

impl RemAssign<Simd<[i64; 8]>> for i64x8[src]

impl RemAssign<Simd<[u64; 8]>> for u64x8[src]

impl RemAssign<Simd<[f64; 8]>> for f64x8[src]

impl RemAssign<Simd<[i128; 4]>> for i128x4[src]

impl RemAssign<Simd<[u128; 4]>> for u128x4[src]

impl RemAssign<Simd<[isize; 2]>> for isizex2[src]

impl RemAssign<Simd<[usize; 2]>> for usizex2[src]

impl RemAssign<Simd<[isize; 4]>> for isizex4[src]

impl RemAssign<Simd<[usize; 4]>> for usizex4[src]

impl RemAssign<Simd<[isize; 8]>> for isizex8[src]

impl RemAssign<Simd<[usize; 8]>> for usizex8[src]

impl BitAnd<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 2]>> for m8x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 2]>> for bool[src]

type Output = m8x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 4]>> for m8x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 4]>> for bool[src]

type Output = m8x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 2]>> for m16x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 2]>> for bool[src]

type Output = m16x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 8]>> for m8x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 8]>> for bool[src]

type Output = m8x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 4]>> for m16x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 4]>> for bool[src]

type Output = m16x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 2]>> for m32x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 2]>> for bool[src]

type Output = m32x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 16]>> for m8x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 16]>> for bool[src]

type Output = m8x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 8]>> for m16x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 8]>> for bool[src]

type Output = m16x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 4]>> for m32x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 4]>> for bool[src]

type Output = m32x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[m64; 2]>> for m64x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m64; 2]>> for bool[src]

type Output = m64x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the & operator.

impl BitAnd<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the & operator.

impl BitAnd<Simd<[m128; 1]>> for m128x1[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m128; 1]>> for bool[src]

type Output = m128x1

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 32]>> for m8x32[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 32]>> for bool[src]

type Output = m8x32

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 16]>> for m16x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 16]>> for bool[src]

type Output = m16x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 8]>> for m32x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 8]>> for bool[src]

type Output = m32x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[m64; 4]>> for m64x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m64; 4]>> for bool[src]

type Output = m64x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[m128; 2]>> for m128x2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m128; 2]>> for bool[src]

type Output = m128x2

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 64]>> for m8x64[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m8; 64]>> for bool[src]

type Output = m8x64

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 32]>> for m16x32[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m16; 32]>> for bool[src]

type Output = m16x32

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 16]>> for m32x16[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m32; 16]>> for bool[src]

type Output = m32x16

The resulting type after applying the & operator.

impl BitAnd<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[m64; 8]>> for m64x8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m64; 8]>> for bool[src]

type Output = m64x8

The resulting type after applying the & operator.

impl BitAnd<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[m128; 4]>> for m128x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[m128; 4]>> for bool[src]

type Output = m128x4

The resulting type after applying the & operator.

impl BitAnd<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the & operator.

impl BitAnd<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the & operator.

impl BitAnd<Simd<[msize; 2]>> for msizex2[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[msize; 2]>> for bool[src]

type Output = msizex2

The resulting type after applying the & operator.

impl BitAnd<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the & operator.

impl BitAnd<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the & operator.

impl BitAnd<Simd<[msize; 4]>> for msizex4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[msize; 4]>> for bool[src]

type Output = msizex4

The resulting type after applying the & operator.

impl BitAnd<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the & operator.

impl BitAnd<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the & operator.

impl BitAnd<Simd<[msize; 8]>> for msizex8[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd<[msize; 8]>> for bool[src]

type Output = msizex8

The resulting type after applying the & operator.

impl BitOr<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 2]>> for m8x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 2]>> for bool[src]

type Output = m8x2

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 4]>> for m8x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 4]>> for bool[src]

type Output = m8x4

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 2]>> for m16x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 2]>> for bool[src]

type Output = m16x2

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 8]>> for m8x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 8]>> for bool[src]

type Output = m8x8

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 4]>> for m16x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 4]>> for bool[src]

type Output = m16x4

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 2]>> for m32x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 2]>> for bool[src]

type Output = m32x2

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 16]>> for m8x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 16]>> for bool[src]

type Output = m8x16

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 8]>> for m16x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 8]>> for bool[src]

type Output = m16x8

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 4]>> for m32x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 4]>> for bool[src]

type Output = m32x4

The resulting type after applying the | operator.

impl BitOr<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the | operator.

impl BitOr<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the | operator.

impl BitOr<Simd<[m64; 2]>> for m64x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m64; 2]>> for bool[src]

type Output = m64x2

The resulting type after applying the | operator.

impl BitOr<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the | operator.

impl BitOr<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the | operator.

impl BitOr<Simd<[m128; 1]>> for m128x1[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m128; 1]>> for bool[src]

type Output = m128x1

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 32]>> for m8x32[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 32]>> for bool[src]

type Output = m8x32

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 16]>> for m16x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 16]>> for bool[src]

type Output = m16x16

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 8]>> for m32x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 8]>> for bool[src]

type Output = m32x8

The resulting type after applying the | operator.

impl BitOr<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the | operator.

impl BitOr<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the | operator.

impl BitOr<Simd<[m64; 4]>> for m64x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m64; 4]>> for bool[src]

type Output = m64x4

The resulting type after applying the | operator.

impl BitOr<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the | operator.

impl BitOr<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the | operator.

impl BitOr<Simd<[m128; 2]>> for m128x2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m128; 2]>> for bool[src]

type Output = m128x2

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 64]>> for m8x64[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m8; 64]>> for bool[src]

type Output = m8x64

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 32]>> for m16x32[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m16; 32]>> for bool[src]

type Output = m16x32

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 16]>> for m32x16[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m32; 16]>> for bool[src]

type Output = m32x16

The resulting type after applying the | operator.

impl BitOr<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the | operator.

impl BitOr<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the | operator.

impl BitOr<Simd<[m64; 8]>> for m64x8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m64; 8]>> for bool[src]

type Output = m64x8

The resulting type after applying the | operator.

impl BitOr<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the | operator.

impl BitOr<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the | operator.

impl BitOr<Simd<[m128; 4]>> for m128x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[m128; 4]>> for bool[src]

type Output = m128x4

The resulting type after applying the | operator.

impl BitOr<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the | operator.

impl BitOr<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the | operator.

impl BitOr<Simd<[msize; 2]>> for msizex2[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[msize; 2]>> for bool[src]

type Output = msizex2

The resulting type after applying the | operator.

impl BitOr<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the | operator.

impl BitOr<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the | operator.

impl BitOr<Simd<[msize; 4]>> for msizex4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[msize; 4]>> for bool[src]

type Output = msizex4

The resulting type after applying the | operator.

impl BitOr<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the | operator.

impl BitOr<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the | operator.

impl BitOr<Simd<[msize; 8]>> for msizex8[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd<[msize; 8]>> for bool[src]

type Output = msizex8

The resulting type after applying the | operator.

impl BitXor<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 2]>> for i8[src]

type Output = i8x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 2]>> for u8[src]

type Output = u8x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 2]>> for m8x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 2]>> for bool[src]

type Output = m8x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 4]>> for i8[src]

type Output = i8x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 4]>> for u8[src]

type Output = u8x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 4]>> for m8x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 4]>> for bool[src]

type Output = m8x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 2]>> for i16[src]

type Output = i16x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 2]>> for u16[src]

type Output = u16x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 2]>> for m16x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 2]>> for bool[src]

type Output = m16x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 8]>> for i8[src]

type Output = i8x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 8]>> for u8[src]

type Output = u8x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 8]>> for m8x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 8]>> for bool[src]

type Output = m8x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 4]>> for i16[src]

type Output = i16x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 4]>> for u16[src]

type Output = u16x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 4]>> for m16x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 4]>> for bool[src]

type Output = m16x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 2]>> for i32[src]

type Output = i32x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 2]>> for u32[src]

type Output = u32x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 2]>> for m32x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 2]>> for bool[src]

type Output = m32x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 16]>> for i8[src]

type Output = i8x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 16]>> for u8[src]

type Output = u8x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 16]>> for m8x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 16]>> for bool[src]

type Output = m8x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 8]>> for i16[src]

type Output = i16x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 8]>> for u16[src]

type Output = u16x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 8]>> for m16x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 8]>> for bool[src]

type Output = m16x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 4]>> for i32[src]

type Output = i32x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 4]>> for u32[src]

type Output = u32x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 4]>> for m32x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 4]>> for bool[src]

type Output = m32x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i64; 2]>> for i64[src]

type Output = i64x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u64; 2]>> for u64[src]

type Output = u64x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m64; 2]>> for m64x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m64; 2]>> for bool[src]

type Output = m64x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i128; 1]>> for i128[src]

type Output = i128x1

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u128; 1]>> for u128[src]

type Output = u128x1

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m128; 1]>> for m128x1[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m128; 1]>> for bool[src]

type Output = m128x1

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 32]>> for i8[src]

type Output = i8x32

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 32]>> for u8[src]

type Output = u8x32

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 32]>> for m8x32[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 32]>> for bool[src]

type Output = m8x32

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 16]>> for i16[src]

type Output = i16x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 16]>> for u16[src]

type Output = u16x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 16]>> for m16x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 16]>> for bool[src]

type Output = m16x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 8]>> for i32[src]

type Output = i32x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 8]>> for u32[src]

type Output = u32x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 8]>> for m32x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 8]>> for bool[src]

type Output = m32x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i64; 4]>> for i64[src]

type Output = i64x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u64; 4]>> for u64[src]

type Output = u64x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m64; 4]>> for m64x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m64; 4]>> for bool[src]

type Output = m64x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i128; 2]>> for i128[src]

type Output = i128x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u128; 2]>> for u128[src]

type Output = u128x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m128; 2]>> for m128x2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m128; 2]>> for bool[src]

type Output = m128x2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i8; 64]>> for i8[src]

type Output = i8x64

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u8; 64]>> for u8[src]

type Output = u8x64

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 64]>> for m8x64[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m8; 64]>> for bool[src]

type Output = m8x64

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i16; 32]>> for i16[src]

type Output = i16x32

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u16; 32]>> for u16[src]

type Output = u16x32

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 32]>> for m16x32[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m16; 32]>> for bool[src]

type Output = m16x32

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i32; 16]>> for i32[src]

type Output = i32x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u32; 16]>> for u32[src]

type Output = u32x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 16]>> for m32x16[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m32; 16]>> for bool[src]

type Output = m32x16

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i64; 8]>> for i64[src]

type Output = i64x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u64; 8]>> for u64[src]

type Output = u64x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m64; 8]>> for m64x8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m64; 8]>> for bool[src]

type Output = m64x8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[i128; 4]>> for i128[src]

type Output = i128x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[u128; 4]>> for u128[src]

type Output = u128x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m128; 4]>> for m128x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[m128; 4]>> for bool[src]

type Output = m128x4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[isize; 2]>> for isize[src]

type Output = isizex2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[usize; 2]>> for usize[src]

type Output = usizex2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[msize; 2]>> for msizex2[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[msize; 2]>> for bool[src]

type Output = msizex2

The resulting type after applying the ^ operator.

impl BitXor<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[isize; 4]>> for isize[src]

type Output = isizex4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[usize; 4]>> for usize[src]

type Output = usizex4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[msize; 4]>> for msizex4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[msize; 4]>> for bool[src]

type Output = msizex4

The resulting type after applying the ^ operator.

impl BitXor<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[isize; 8]>> for isize[src]

type Output = isizex8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[usize; 8]>> for usize[src]

type Output = usizex8

The resulting type after applying the ^ operator.

impl BitXor<Simd<[msize; 8]>> for msizex8[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd<[msize; 8]>> for bool[src]

type Output = msizex8

The resulting type after applying the ^ operator.

impl Shl<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the << operator.

impl Shr<Simd<[i8; 2]>> for i8x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u8; 2]>> for u8x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i8; 4]>> for i8x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u8; 4]>> for u8x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i16; 2]>> for i16x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u16; 2]>> for u16x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i8; 8]>> for i8x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u8; 8]>> for u8x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i16; 4]>> for i16x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u16; 4]>> for u16x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i32; 2]>> for i32x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u32; 2]>> for u32x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i8; 16]>> for i8x16[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u8; 16]>> for u8x16[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i16; 8]>> for i16x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u16; 8]>> for u16x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i32; 4]>> for i32x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u32; 4]>> for u32x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i64; 2]>> for i64x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u64; 2]>> for u64x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i128; 1]>> for i128x1[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u128; 1]>> for u128x1[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i8; 32]>> for i8x32[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u8; 32]>> for u8x32[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i16; 16]>> for i16x16[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u16; 16]>> for u16x16[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i32; 8]>> for i32x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u32; 8]>> for u32x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i64; 4]>> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u64; 4]>> for u64x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i128; 2]>> for i128x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u128; 2]>> for u128x2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i8; 64]>> for i8x64[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u8; 64]>> for u8x64[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i16; 32]>> for i16x32[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u16; 32]>> for u16x32[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i32; 16]>> for i32x16[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u32; 16]>> for u32x16[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i64; 8]>> for i64x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u64; 8]>> for u64x8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[i128; 4]>> for i128x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[u128; 4]>> for u128x4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[isize; 2]>> for isizex2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[usize; 2]>> for usizex2[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[isize; 4]>> for isizex4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[usize; 4]>> for usizex4[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[isize; 8]>> for isizex8[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<Simd<[usize; 8]>> for usizex8[src]

type Output = Self

The resulting type after applying the >> operator.

impl BitAndAssign<Simd<[i8; 2]>> for i8x2[src]

impl BitAndAssign<Simd<[u8; 2]>> for u8x2[src]

impl BitAndAssign<Simd<[m8; 2]>> for m8x2[src]

impl BitAndAssign<Simd<[i8; 4]>> for i8x4[src]

impl BitAndAssign<Simd<[u8; 4]>> for u8x4[src]

impl BitAndAssign<Simd<[m8; 4]>> for m8x4[src]

impl BitAndAssign<Simd<[i16; 2]>> for i16x2[src]

impl BitAndAssign<Simd<[u16; 2]>> for u16x2[src]

impl BitAndAssign<Simd<[m16; 2]>> for m16x2[src]

impl BitAndAssign<Simd<[i8; 8]>> for i8x8[src]

impl BitAndAssign<Simd<[u8; 8]>> for u8x8[src]

impl BitAndAssign<Simd<[m8; 8]>> for m8x8[src]

impl BitAndAssign<Simd<[i16; 4]>> for i16x4[src]

impl BitAndAssign<Simd<[u16; 4]>> for u16x4[src]

impl BitAndAssign<Simd<[m16; 4]>> for m16x4[src]

impl BitAndAssign<Simd<[i32; 2]>> for i32x2[src]

impl BitAndAssign<Simd<[u32; 2]>> for u32x2[src]

impl BitAndAssign<Simd<[m32; 2]>> for m32x2[src]

impl BitAndAssign<Simd<[i8; 16]>> for i8x16[src]

impl BitAndAssign<Simd<[u8; 16]>> for u8x16[src]

impl BitAndAssign<Simd<[m8; 16]>> for m8x16[src]

impl BitAndAssign<Simd<[i16; 8]>> for i16x8[src]

impl BitAndAssign<Simd<[u16; 8]>> for u16x8[src]

impl BitAndAssign<Simd<[m16; 8]>> for m16x8[src]

impl BitAndAssign<Simd<[i32; 4]>> for i32x4[src]

impl BitAndAssign<Simd<[u32; 4]>> for u32x4[src]

impl BitAndAssign<Simd<[m32; 4]>> for m32x4[src]

impl BitAndAssign<Simd<[i64; 2]>> for i64x2[src]

impl BitAndAssign<Simd<[u64; 2]>> for u64x2[src]

impl BitAndAssign<Simd<[m64; 2]>> for m64x2[src]

impl BitAndAssign<Simd<[i128; 1]>> for i128x1[src]

impl BitAndAssign<Simd<[u128; 1]>> for u128x1[src]

impl BitAndAssign<Simd<[m128; 1]>> for m128x1[src]

impl BitAndAssign<Simd<[i8; 32]>> for i8x32[src]

impl BitAndAssign<Simd<[u8; 32]>> for u8x32[src]

impl BitAndAssign<Simd<[m8; 32]>> for m8x32[src]

impl BitAndAssign<Simd<[i16; 16]>> for i16x16[src]

impl BitAndAssign<Simd<[u16; 16]>> for u16x16[src]

impl BitAndAssign<Simd<[m16; 16]>> for m16x16[src]

impl BitAndAssign<Simd<[i32; 8]>> for i32x8[src]

impl BitAndAssign<Simd<[u32; 8]>> for u32x8[src]

impl BitAndAssign<Simd<[m32; 8]>> for m32x8[src]

impl BitAndAssign<Simd<[i64; 4]>> for i64x4[src]

impl BitAndAssign<Simd<[u64; 4]>> for u64x4[src]

impl BitAndAssign<Simd<[m64; 4]>> for m64x4[src]

impl BitAndAssign<Simd<[i128; 2]>> for i128x2[src]

impl BitAndAssign<Simd<[u128; 2]>> for u128x2[src]

impl BitAndAssign<Simd<[m128; 2]>> for m128x2[src]

impl BitAndAssign<Simd<[i8; 64]>> for i8x64[src]

impl BitAndAssign<Simd<[u8; 64]>> for u8x64[src]

impl BitAndAssign<Simd<[m8; 64]>> for m8x64[src]

impl BitAndAssign<Simd<[i16; 32]>> for i16x32[src]

impl BitAndAssign<Simd<[u16; 32]>> for u16x32[src]

impl BitAndAssign<Simd<[m16; 32]>> for m16x32[src]

impl BitAndAssign<Simd<[i32; 16]>> for i32x16[src]

impl BitAndAssign<Simd<[u32; 16]>> for u32x16[src]

impl BitAndAssign<Simd<[m32; 16]>> for m32x16[src]

impl BitAndAssign<Simd<[i64; 8]>> for i64x8[src]

impl BitAndAssign<Simd<[u64; 8]>> for u64x8[src]

impl BitAndAssign<Simd<[m64; 8]>> for m64x8[src]

impl BitAndAssign<Simd<[i128; 4]>> for i128x4[src]

impl BitAndAssign<Simd<[u128; 4]>> for u128x4[src]

impl BitAndAssign<Simd<[m128; 4]>> for m128x4[src]

impl BitAndAssign<Simd<[isize; 2]>> for isizex2[src]

impl BitAndAssign<Simd<[usize; 2]>> for usizex2[src]

impl BitAndAssign<Simd<[msize; 2]>> for msizex2[src]

impl BitAndAssign<Simd<[isize; 4]>> for isizex4[src]

impl BitAndAssign<Simd<[usize; 4]>> for usizex4[src]

impl BitAndAssign<Simd<[msize; 4]>> for msizex4[src]

impl BitAndAssign<Simd<[isize; 8]>> for isizex8[src]

impl BitAndAssign<Simd<[usize; 8]>> for usizex8[src]

impl BitAndAssign<Simd<[msize; 8]>> for msizex8[src]

impl BitOrAssign<Simd<[i8; 2]>> for i8x2[src]

impl BitOrAssign<Simd<[u8; 2]>> for u8x2[src]

impl BitOrAssign<Simd<[m8; 2]>> for m8x2[src]

impl BitOrAssign<Simd<[i8; 4]>> for i8x4[src]

impl BitOrAssign<Simd<[u8; 4]>> for u8x4[src]

impl BitOrAssign<Simd<[m8; 4]>> for m8x4[src]

impl BitOrAssign<Simd<[i16; 2]>> for i16x2[src]

impl BitOrAssign<Simd<[u16; 2]>> for u16x2[src]

impl BitOrAssign<Simd<[m16; 2]>> for m16x2[src]

impl BitOrAssign<Simd<[i8; 8]>> for i8x8[src]

impl BitOrAssign<Simd<[u8; 8]>> for u8x8[src]

impl BitOrAssign<Simd<[m8; 8]>> for m8x8[src]

impl BitOrAssign<Simd<[i16; 4]>> for i16x4[src]

impl BitOrAssign<Simd<[u16; 4]>> for u16x4[src]

impl BitOrAssign<Simd<[m16; 4]>> for m16x4[src]

impl BitOrAssign<Simd<[i32; 2]>> for i32x2[src]

impl BitOrAssign<Simd<[u32; 2]>> for u32x2[src]

impl BitOrAssign<Simd<[m32; 2]>> for m32x2[src]

impl BitOrAssign<Simd<[i8; 16]>> for i8x16[src]

impl BitOrAssign<Simd<[u8; 16]>> for u8x16[src]

impl BitOrAssign<Simd<[m8; 16]>> for m8x16[src]

impl BitOrAssign<Simd<[i16; 8]>> for i16x8[src]

impl BitOrAssign<Simd<[u16; 8]>> for u16x8[src]

impl BitOrAssign<Simd<[m16; 8]>> for m16x8[src]

impl BitOrAssign<Simd<[i32; 4]>> for i32x4[src]

impl BitOrAssign<Simd<[u32; 4]>> for u32x4[src]

impl BitOrAssign<Simd<[m32; 4]>> for m32x4[src]

impl BitOrAssign<Simd<[i64; 2]>> for i64x2[src]

impl BitOrAssign<Simd<[u64; 2]>> for u64x2[src]

impl BitOrAssign<Simd<[m64; 2]>> for m64x2[src]

impl BitOrAssign<Simd<[i128; 1]>> for i128x1[src]

impl BitOrAssign<Simd<[u128; 1]>> for u128x1[src]

impl BitOrAssign<Simd<[m128; 1]>> for m128x1[src]

impl BitOrAssign<Simd<[i8; 32]>> for i8x32[src]

impl BitOrAssign<Simd<[u8; 32]>> for u8x32[src]

impl BitOrAssign<Simd<[m8; 32]>> for m8x32[src]

impl BitOrAssign<Simd<[i16; 16]>> for i16x16[src]

impl BitOrAssign<Simd<[u16; 16]>> for u16x16[src]

impl BitOrAssign<Simd<[m16; 16]>> for m16x16[src]

impl BitOrAssign<Simd<[i32; 8]>> for i32x8[src]

impl BitOrAssign<Simd<[u32; 8]>> for u32x8[src]

impl BitOrAssign<Simd<[m32; 8]>> for m32x8[src]

impl BitOrAssign<Simd<[i64; 4]>> for i64x4[src]

impl BitOrAssign<Simd<[u64; 4]>> for u64x4[src]

impl BitOrAssign<Simd<[m64; 4]>> for m64x4[src]

impl BitOrAssign<Simd<[i128; 2]>> for i128x2[src]

impl BitOrAssign<Simd<[u128; 2]>> for u128x2[src]

impl BitOrAssign<Simd<[m128; 2]>> for m128x2[src]

impl BitOrAssign<Simd<[i8; 64]>> for i8x64[src]

impl BitOrAssign<Simd<[u8; 64]>> for u8x64[src]

impl BitOrAssign<Simd<[m8; 64]>> for m8x64[src]

impl BitOrAssign<Simd<[i16; 32]>> for i16x32[src]

impl BitOrAssign<Simd<[u16; 32]>> for u16x32[src]

impl BitOrAssign<Simd<[m16; 32]>> for m16x32[src]

impl BitOrAssign<Simd<[i32; 16]>> for i32x16[src]

impl BitOrAssign<Simd<[u32; 16]>> for u32x16[src]

impl BitOrAssign<Simd<[m32; 16]>> for m32x16[src]

impl BitOrAssign<Simd<[i64; 8]>> for i64x8[src]

impl BitOrAssign<Simd<[u64; 8]>> for u64x8[src]

impl BitOrAssign<Simd<[m64; 8]>> for m64x8[src]

impl BitOrAssign<Simd<[i128; 4]>> for i128x4[src]

impl BitOrAssign<Simd<[u128; 4]>> for u128x4[src]

impl BitOrAssign<Simd<[m128; 4]>> for m128x4[src]

impl BitOrAssign<Simd<[isize; 2]>> for isizex2[src]

impl BitOrAssign<Simd<[usize; 2]>> for usizex2[src]

impl BitOrAssign<Simd<[msize; 2]>> for msizex2[src]

impl BitOrAssign<Simd<[isize; 4]>> for isizex4[src]

impl BitOrAssign<Simd<[usize; 4]>> for usizex4[src]

impl BitOrAssign<Simd<[msize; 4]>> for msizex4[src]

impl BitOrAssign<Simd<[isize; 8]>> for isizex8[src]

impl BitOrAssign<Simd<[usize; 8]>> for usizex8[src]

impl BitOrAssign<Simd<[msize; 8]>> for msizex8[src]

impl BitXorAssign<Simd<[i8; 2]>> for i8x2[src]

impl BitXorAssign<Simd<[u8; 2]>> for u8x2[src]

impl BitXorAssign<Simd<[m8; 2]>> for m8x2[src]

impl BitXorAssign<Simd<[i8; 4]>> for i8x4[src]

impl BitXorAssign<Simd<[u8; 4]>> for u8x4[src]

impl BitXorAssign<Simd<[m8; 4]>> for m8x4[src]

impl BitXorAssign<Simd<[i16; 2]>> for i16x2[src]

impl BitXorAssign<Simd<[u16; 2]>> for u16x2[src]

impl BitXorAssign<Simd<[m16; 2]>> for m16x2[src]

impl BitXorAssign<Simd<[i8; 8]>> for i8x8[src]

impl BitXorAssign<Simd<[u8; 8]>> for u8x8[src]

impl BitXorAssign<Simd<[m8; 8]>> for m8x8[src]

impl BitXorAssign<Simd<[i16; 4]>> for i16x4[src]

impl BitXorAssign<Simd<[u16; 4]>> for u16x4[src]

impl BitXorAssign<Simd<[m16; 4]>> for m16x4[src]

impl BitXorAssign<Simd<[i32; 2]>> for i32x2[src]

impl BitXorAssign<Simd<[u32; 2]>> for u32x2[src]

impl BitXorAssign<Simd<[m32; 2]>> for m32x2[src]

impl BitXorAssign<Simd<[i8; 16]>> for i8x16[src]

impl BitXorAssign<Simd<[u8; 16]>> for u8x16[src]

impl BitXorAssign<Simd<[m8; 16]>> for m8x16[src]

impl BitXorAssign<Simd<[i16; 8]>> for i16x8[src]

impl BitXorAssign<Simd<[u16; 8]>> for u16x8[src]

impl BitXorAssign<Simd<[m16; 8]>> for m16x8[src]

impl BitXorAssign<Simd<[i32; 4]>> for i32x4[src]

impl BitXorAssign<Simd<[u32; 4]>> for u32x4[src]

impl BitXorAssign<Simd<[m32; 4]>> for m32x4[src]

impl BitXorAssign<Simd<[i64; 2]>> for i64x2[src]

impl BitXorAssign<Simd<[u64; 2]>> for u64x2[src]

impl BitXorAssign<Simd<[m64; 2]>> for m64x2[src]

impl BitXorAssign<Simd<[i128; 1]>> for i128x1[src]

impl BitXorAssign<Simd<[u128; 1]>> for u128x1[src]

impl BitXorAssign<Simd<[m128; 1]>> for m128x1[src]

impl BitXorAssign<Simd<[i8; 32]>> for i8x32[src]

impl BitXorAssign<Simd<[u8; 32]>> for u8x32[src]

impl BitXorAssign<Simd<[m8; 32]>> for m8x32[src]

impl BitXorAssign<Simd<[i16; 16]>> for i16x16[src]

impl BitXorAssign<Simd<[u16; 16]>> for u16x16[src]

impl BitXorAssign<Simd<[m16; 16]>> for m16x16[src]

impl BitXorAssign<Simd<[i32; 8]>> for i32x8[src]

impl BitXorAssign<Simd<[u32; 8]>> for u32x8[src]

impl BitXorAssign<Simd<[m32; 8]>> for m32x8[src]

impl BitXorAssign<Simd<[i64; 4]>> for i64x4[src]

impl BitXorAssign<Simd<[u64; 4]>> for u64x4[src]

impl BitXorAssign<Simd<[m64; 4]>> for m64x4[src]

impl BitXorAssign<Simd<[i128; 2]>> for i128x2[src]

impl BitXorAssign<Simd<[u128; 2]>> for u128x2[src]

impl BitXorAssign<Simd<[m128; 2]>> for m128x2[src]

impl BitXorAssign<Simd<[i8; 64]>> for i8x64[src]

impl BitXorAssign<Simd<[u8; 64]>> for u8x64[src]

impl BitXorAssign<Simd<[m8; 64]>> for m8x64[src]

impl BitXorAssign<Simd<[i16; 32]>> for i16x32[src]

impl BitXorAssign<Simd<[u16; 32]>> for u16x32[src]

impl BitXorAssign<Simd<[m16; 32]>> for m16x32[src]

impl BitXorAssign<Simd<[i32; 16]>> for i32x16[src]

impl BitXorAssign<Simd<[u32; 16]>> for u32x16[src]

impl BitXorAssign<Simd<[m32; 16]>> for m32x16[src]

impl BitXorAssign<Simd<[i64; 8]>> for i64x8[src]

impl BitXorAssign<Simd<[u64; 8]>> for u64x8[src]

impl BitXorAssign<Simd<[m64; 8]>> for m64x8[src]

impl BitXorAssign<Simd<[i128; 4]>> for i128x4[src]

impl BitXorAssign<Simd<[u128; 4]>> for u128x4[src]

impl BitXorAssign<Simd<[m128; 4]>> for m128x4[src]

impl BitXorAssign<Simd<[isize; 2]>> for isizex2[src]

impl BitXorAssign<Simd<[usize; 2]>> for usizex2[src]

impl BitXorAssign<Simd<[msize; 2]>> for msizex2[src]

impl BitXorAssign<Simd<[isize; 4]>> for isizex4[src]

impl BitXorAssign<Simd<[usize; 4]>> for usizex4[src]

impl BitXorAssign<Simd<[msize; 4]>> for msizex4[src]

impl BitXorAssign<Simd<[isize; 8]>> for isizex8[src]

impl BitXorAssign<Simd<[usize; 8]>> for usizex8[src]

impl BitXorAssign<Simd<[msize; 8]>> for msizex8[src]

impl ShlAssign<Simd<[i8; 2]>> for i8x2[src]

impl ShlAssign<Simd<[u8; 2]>> for u8x2[src]

impl ShlAssign<Simd<[i8; 4]>> for i8x4[src]

impl ShlAssign<Simd<[u8; 4]>> for u8x4[src]

impl ShlAssign<Simd<[i16; 2]>> for i16x2[src]

impl ShlAssign<Simd<[u16; 2]>> for u16x2[src]

impl ShlAssign<Simd<[i8; 8]>> for i8x8[src]

impl ShlAssign<Simd<[u8; 8]>> for u8x8[src]

impl ShlAssign<Simd<[i16; 4]>> for i16x4[src]

impl ShlAssign<Simd<[u16; 4]>> for u16x4[src]

impl ShlAssign<Simd<[i32; 2]>> for i32x2[src]

impl ShlAssign<Simd<[u32; 2]>> for u32x2[src]

impl ShlAssign<Simd<[i8; 16]>> for i8x16[src]

impl ShlAssign<Simd<[u8; 16]>> for u8x16[src]

impl ShlAssign<Simd<[i16; 8]>> for i16x8[src]

impl ShlAssign<Simd<[u16; 8]>> for u16x8[src]

impl ShlAssign<Simd<[i32; 4]>> for i32x4[src]

impl ShlAssign<Simd<[u32; 4]>> for u32x4[src]

impl ShlAssign<Simd<[i64; 2]>> for i64x2[src]

impl ShlAssign<Simd<[u64; 2]>> for u64x2[src]

impl ShlAssign<Simd<[i128; 1]>> for i128x1[src]

impl ShlAssign<Simd<[u128; 1]>> for u128x1[src]

impl ShlAssign<Simd<[i8; 32]>> for i8x32[src]

impl ShlAssign<Simd<[u8; 32]>> for u8x32[src]

impl ShlAssign<Simd<[i16; 16]>> for i16x16[src]

impl ShlAssign<Simd<[u16; 16]>> for u16x16[src]

impl ShlAssign<Simd<[i32; 8]>> for i32x8[src]

impl ShlAssign<Simd<[u32; 8]>> for u32x8[src]

impl ShlAssign<Simd<[i64; 4]>> for i64x4[src]

impl ShlAssign<Simd<[u64; 4]>> for u64x4[src]

impl ShlAssign<Simd<[i128; 2]>> for i128x2[src]

impl ShlAssign<Simd<[u128; 2]>> for u128x2[src]

impl ShlAssign<Simd<[i8; 64]>> for i8x64[src]

impl ShlAssign<Simd<[u8; 64]>> for u8x64[src]

impl ShlAssign<Simd<[i16; 32]>> for i16x32[src]

impl ShlAssign<Simd<[u16; 32]>> for u16x32[src]

impl ShlAssign<Simd<[i32; 16]>> for i32x16[src]

impl ShlAssign<Simd<[u32; 16]>> for u32x16[src]

impl ShlAssign<Simd<[i64; 8]>> for i64x8[src]

impl ShlAssign<Simd<[u64; 8]>> for u64x8[src]

impl ShlAssign<Simd<[i128; 4]>> for i128x4[src]

impl ShlAssign<Simd<[u128; 4]>> for u128x4[src]

impl ShlAssign<Simd<[isize; 2]>> for isizex2[src]

impl ShlAssign<Simd<[usize; 2]>> for usizex2[src]

impl ShlAssign<Simd<[isize; 4]>> for isizex4[src]

impl ShlAssign<Simd<[usize; 4]>> for usizex4[src]

impl ShlAssign<Simd<[isize; 8]>> for isizex8[src]

impl ShlAssign<Simd<[usize; 8]>> for usizex8[src]

impl ShrAssign<Simd<[i8; 2]>> for i8x2[src]

impl ShrAssign<Simd<[u8; 2]>> for u8x2[src]

impl ShrAssign<Simd<[i8; 4]>> for i8x4[src]

impl ShrAssign<Simd<[u8; 4]>> for u8x4[src]

impl ShrAssign<Simd<[i16; 2]>> for i16x2[src]

impl ShrAssign<Simd<[u16; 2]>> for u16x2[src]

impl ShrAssign<Simd<[i8; 8]>> for i8x8[src]

impl ShrAssign<Simd<[u8; 8]>> for u8x8[src]

impl ShrAssign<Simd<[i16; 4]>> for i16x4[src]

impl ShrAssign<Simd<[u16; 4]>> for u16x4[src]

impl ShrAssign<Simd<[i32; 2]>> for i32x2[src]

impl ShrAssign<Simd<[u32; 2]>> for u32x2[src]

impl ShrAssign<Simd<[i8; 16]>> for i8x16[src]

impl ShrAssign<Simd<[u8; 16]>> for u8x16[src]

impl ShrAssign<Simd<[i16; 8]>> for i16x8[src]

impl ShrAssign<Simd<[u16; 8]>> for u16x8[src]

impl ShrAssign<Simd<[i32; 4]>> for i32x4[src]

impl ShrAssign<Simd<[u32; 4]>> for u32x4[src]

impl ShrAssign<Simd<[i64; 2]>> for i64x2[src]

impl ShrAssign<Simd<[u64; 2]>> for u64x2[src]

impl ShrAssign<Simd<[i128; 1]>> for i128x1[src]

impl ShrAssign<Simd<[u128; 1]>> for u128x1[src]

impl ShrAssign<Simd<[i8; 32]>> for i8x32[src]

impl ShrAssign<Simd<[u8; 32]>> for u8x32[src]

impl ShrAssign<Simd<[i16; 16]>> for i16x16[src]

impl ShrAssign<Simd<[u16; 16]>> for u16x16[src]

impl ShrAssign<Simd<[i32; 8]>> for i32x8[src]

impl ShrAssign<Simd<[u32; 8]>> for u32x8[src]

impl ShrAssign<Simd<[i64; 4]>> for i64x4[src]

impl ShrAssign<Simd<[u64; 4]>> for u64x4[src]

impl ShrAssign<Simd<[i128; 2]>> for i128x2[src]

impl ShrAssign<Simd<[u128; 2]>> for u128x2[src]

impl ShrAssign<Simd<[i8; 64]>> for i8x64[src]

impl ShrAssign<Simd<[u8; 64]>> for u8x64[src]

impl ShrAssign<Simd<[i16; 32]>> for i16x32[src]

impl ShrAssign<Simd<[u16; 32]>> for u16x32[src]

impl ShrAssign<Simd<[i32; 16]>> for i32x16[src]

impl ShrAssign<Simd<[u32; 16]>> for u32x16[src]

impl ShrAssign<Simd<[i64; 8]>> for i64x8[src]

impl ShrAssign<Simd<[u64; 8]>> for u64x8[src]

impl ShrAssign<Simd<[i128; 4]>> for i128x4[src]

impl ShrAssign<Simd<[u128; 4]>> for u128x4[src]

impl ShrAssign<Simd<[isize; 2]>> for isizex2[src]

impl ShrAssign<Simd<[usize; 2]>> for usizex2[src]

impl ShrAssign<Simd<[isize; 4]>> for isizex4[src]

impl ShrAssign<Simd<[usize; 4]>> for usizex4[src]

impl ShrAssign<Simd<[isize; 8]>> for isizex8[src]

impl ShrAssign<Simd<[usize; 8]>> for usizex8[src]

impl Product<Simd<[i8; 2]>> for i8x2[src]

impl<'a> Product<&'a Simd<[i8; 2]>> for i8x2[src]

impl Product<Simd<[u8; 2]>> for u8x2[src]

impl<'a> Product<&'a Simd<[u8; 2]>> for u8x2[src]

impl Product<Simd<[i8; 4]>> for i8x4[src]

impl<'a> Product<&'a Simd<[i8; 4]>> for i8x4[src]

impl Product<Simd<[u8; 4]>> for u8x4[src]

impl<'a> Product<&'a Simd<[u8; 4]>> for u8x4[src]

impl Product<Simd<[i16; 2]>> for i16x2[src]

impl<'a> Product<&'a Simd<[i16; 2]>> for i16x2[src]

impl Product<Simd<[u16; 2]>> for u16x2[src]

impl<'a> Product<&'a Simd<[u16; 2]>> for u16x2[src]

impl Product<Simd<[i8; 8]>> for i8x8[src]

impl<'a> Product<&'a Simd<[i8; 8]>> for i8x8[src]

impl Product<Simd<[u8; 8]>> for u8x8[src]

impl<'a> Product<&'a Simd<[u8; 8]>> for u8x8[src]

impl Product<Simd<[i16; 4]>> for i16x4[src]

impl<'a> Product<&'a Simd<[i16; 4]>> for i16x4[src]

impl Product<Simd<[u16; 4]>> for u16x4[src]

impl<'a> Product<&'a Simd<[u16; 4]>> for u16x4[src]

impl Product<Simd<[i32; 2]>> for i32x2[src]

impl<'a> Product<&'a Simd<[i32; 2]>> for i32x2[src]

impl Product<Simd<[u32; 2]>> for u32x2[src]

impl<'a> Product<&'a Simd<[u32; 2]>> for u32x2[src]

impl Product<Simd<[f32; 2]>> for f32x2[src]

impl<'a> Product<&'a Simd<[f32; 2]>> for f32x2[src]

impl Product<Simd<[i8; 16]>> for i8x16[src]

impl<'a> Product<&'a Simd<[i8; 16]>> for i8x16[src]

impl Product<Simd<[u8; 16]>> for u8x16[src]

impl<'a> Product<&'a Simd<[u8; 16]>> for u8x16[src]

impl Product<Simd<[i16; 8]>> for i16x8[src]

impl<'a> Product<&'a Simd<[i16; 8]>> for i16x8[src]

impl Product<Simd<[u16; 8]>> for u16x8[src]

impl<'a> Product<&'a Simd<[u16; 8]>> for u16x8[src]

impl Product<Simd<[i32; 4]>> for i32x4[src]

impl<'a> Product<&'a Simd<[i32; 4]>> for i32x4[src]

impl Product<Simd<[u32; 4]>> for u32x4[src]

impl<'a> Product<&'a Simd<[u32; 4]>> for u32x4[src]

impl Product<Simd<[f32; 4]>> for f32x4[src]

impl<'a> Product<&'a Simd<[f32; 4]>> for f32x4[src]

impl Product<Simd<[i64; 2]>> for i64x2[src]

impl<'a> Product<&'a Simd<[i64; 2]>> for i64x2[src]

impl Product<Simd<[u64; 2]>> for u64x2[src]

impl<'a> Product<&'a Simd<[u64; 2]>> for u64x2[src]

impl Product<Simd<[f64; 2]>> for f64x2[src]

impl<'a> Product<&'a Simd<[f64; 2]>> for f64x2[src]

impl Product<Simd<[i128; 1]>> for i128x1[src]

impl<'a> Product<&'a Simd<[i128; 1]>> for i128x1[src]

impl Product<Simd<[u128; 1]>> for u128x1[src]

impl<'a> Product<&'a Simd<[u128; 1]>> for u128x1[src]

impl Product<Simd<[i8; 32]>> for i8x32[src]

impl<'a> Product<&'a Simd<[i8; 32]>> for i8x32[src]

impl Product<Simd<[u8; 32]>> for u8x32[src]

impl<'a> Product<&'a Simd<[u8; 32]>> for u8x32[src]

impl Product<Simd<[i16; 16]>> for i16x16[src]

impl<'a> Product<&'a Simd<[i16; 16]>> for i16x16[src]

impl Product<Simd<[u16; 16]>> for u16x16[src]

impl<'a> Product<&'a Simd<[u16; 16]>> for u16x16[src]

impl Product<Simd<[i32; 8]>> for i32x8[src]

impl<'a> Product<&'a Simd<[i32; 8]>> for i32x8[src]

impl Product<Simd<[u32; 8]>> for u32x8[src]

impl<'a> Product<&'a Simd<[u32; 8]>> for u32x8[src]

impl Product<Simd<[f32; 8]>> for f32x8[src]

impl<'a> Product<&'a Simd<[f32; 8]>> for f32x8[src]

impl Product<Simd<[i64; 4]>> for i64x4[src]

impl<'a> Product<&'a Simd<[i64; 4]>> for i64x4[src]

impl Product<Simd<[u64; 4]>> for u64x4[src]

impl<'a> Product<&'a Simd<[u64; 4]>> for u64x4[src]

impl Product<Simd<[f64; 4]>> for f64x4[src]

impl<'a> Product<&'a Simd<[f64; 4]>> for f64x4[src]

impl Product<Simd<[i128; 2]>> for i128x2[src]

impl<'a> Product<&'a Simd<[i128; 2]>> for i128x2[src]

impl Product<Simd<[u128; 2]>> for u128x2[src]

impl<'a> Product<&'a Simd<[u128; 2]>> for u128x2[src]

impl Product<Simd<[i8; 64]>> for i8x64[src]

impl<'a> Product<&'a Simd<[i8; 64]>> for i8x64[src]

impl Product<Simd<[u8; 64]>> for u8x64[src]

impl<'a> Product<&'a Simd<[u8; 64]>> for u8x64[src]

impl Product<Simd<[i16; 32]>> for i16x32[src]

impl<'a> Product<&'a Simd<[i16; 32]>> for i16x32[src]

impl Product<Simd<[u16; 32]>> for u16x32[src]

impl<'a> Product<&'a Simd<[u16; 32]>> for u16x32[src]

impl Product<Simd<[i32; 16]>> for i32x16[src]

impl<'a> Product<&'a Simd<[i32; 16]>> for i32x16[src]

impl Product<Simd<[u32; 16]>> for u32x16[src]

impl<'a> Product<&'a Simd<[u32; 16]>> for u32x16[src]

impl Product<Simd<[f32; 16]>> for f32x16[src]

impl<'a> Product<&'a Simd<[f32; 16]>> for f32x16[src]

impl Product<Simd<[i64; 8]>> for i64x8[src]

impl<'a> Product<&'a Simd<[i64; 8]>> for i64x8[src]

impl Product<Simd<[u64; 8]>> for u64x8[src]

impl<'a> Product<&'a Simd<[u64; 8]>> for u64x8[src]

impl Product<Simd<[f64; 8]>> for f64x8[src]

impl<'a> Product<&'a Simd<[f64; 8]>> for f64x8[src]

impl Product<Simd<[i128; 4]>> for i128x4[src]

impl<'a> Product<&'a Simd<[i128; 4]>> for i128x4[src]

impl Product<Simd<[u128; 4]>> for u128x4[src]

impl<'a> Product<&'a Simd<[u128; 4]>> for u128x4[src]

impl Product<Simd<[isize; 2]>> for isizex2[src]

impl<'a> Product<&'a Simd<[isize; 2]>> for isizex2[src]

impl Product<Simd<[usize; 2]>> for usizex2[src]

impl<'a> Product<&'a Simd<[usize; 2]>> for usizex2[src]

impl Product<Simd<[isize; 4]>> for isizex4[src]

impl<'a> Product<&'a Simd<[isize; 4]>> for isizex4[src]

impl Product<Simd<[usize; 4]>> for usizex4[src]

impl<'a> Product<&'a Simd<[usize; 4]>> for usizex4[src]

impl Product<Simd<[isize; 8]>> for isizex8[src]

impl<'a> Product<&'a Simd<[isize; 8]>> for isizex8[src]

impl Product<Simd<[usize; 8]>> for usizex8[src]

impl<'a> Product<&'a Simd<[usize; 8]>> for usizex8[src]

impl Sum<Simd<[i8; 2]>> for i8x2[src]

impl<'a> Sum<&'a Simd<[i8; 2]>> for i8x2[src]

impl Sum<Simd<[u8; 2]>> for u8x2[src]

impl<'a> Sum<&'a Simd<[u8; 2]>> for u8x2[src]

impl Sum<Simd<[i8; 4]>> for i8x4[src]

impl<'a> Sum<&'a Simd<[i8; 4]>> for i8x4[src]

impl Sum<Simd<[u8; 4]>> for u8x4[src]

impl<'a> Sum<&'a Simd<[u8; 4]>> for u8x4[src]

impl Sum<Simd<[i16; 2]>> for i16x2[src]

impl<'a> Sum<&'a Simd<[i16; 2]>> for i16x2[src]

impl Sum<Simd<[u16; 2]>> for u16x2[src]

impl<'a> Sum<&'a Simd<[u16; 2]>> for u16x2[src]

impl Sum<Simd<[i8; 8]>> for i8x8[src]

impl<'a> Sum<&'a Simd<[i8; 8]>> for i8x8[src]

impl Sum<Simd<[u8; 8]>> for u8x8[src]

impl<'a> Sum<&'a Simd<[u8; 8]>> for u8x8[src]

impl Sum<Simd<[i16; 4]>> for i16x4[src]

impl<'a> Sum<&'a Simd<[i16; 4]>> for i16x4[src]

impl Sum<Simd<[u16; 4]>> for u16x4[src]

impl<'a> Sum<&'a Simd<[u16; 4]>> for u16x4[src]

impl Sum<Simd<[i32; 2]>> for i32x2[src]

impl<'a> Sum<&'a Simd<[i32; 2]>> for i32x2[src]

impl Sum<Simd<[u32; 2]>> for u32x2[src]

impl<'a> Sum<&'a Simd<[u32; 2]>> for u32x2[src]

impl Sum<Simd<[f32; 2]>> for f32x2[src]

impl<'a> Sum<&'a Simd<[f32; 2]>> for f32x2[src]

impl Sum<Simd<[i8; 16]>> for i8x16[src]

impl<'a> Sum<&'a Simd<[i8; 16]>> for i8x16[src]

impl Sum<Simd<[u8; 16]>> for u8x16[src]

impl<'a> Sum<&'a Simd<[u8; 16]>> for u8x16[src]

impl Sum<Simd<[i16; 8]>> for i16x8[src]

impl<'a> Sum<&'a Simd<[i16; 8]>> for i16x8[src]

impl Sum<Simd<[u16; 8]>> for u16x8[src]

impl<'a> Sum<&'a Simd<[u16; 8]>> for u16x8[src]

impl Sum<Simd<[i32; 4]>> for i32x4[src]

impl<'a> Sum<&'a Simd<[i32; 4]>> for i32x4[src]

impl Sum<Simd<[u32; 4]>> for u32x4[src]

impl<'a> Sum<&'a Simd<[u32; 4]>> for u32x4[src]

impl Sum<Simd<[f32; 4]>> for f32x4[src]

impl<'a> Sum<&'a Simd<[f32; 4]>> for f32x4[src]

impl Sum<Simd<[i64; 2]>> for i64x2[src]

impl<'a> Sum<&'a Simd<[i64; 2]>> for i64x2[src]

impl Sum<Simd<[u64; 2]>> for u64x2[src]

impl<'a> Sum<&'a Simd<[u64; 2]>> for u64x2[src]

impl Sum<Simd<[f64; 2]>> for f64x2[src]

impl<'a> Sum<&'a Simd<[f64; 2]>> for f64x2[src]

impl Sum<Simd<[i128; 1]>> for i128x1[src]

impl<'a> Sum<&'a Simd<[i128; 1]>> for i128x1[src]

impl Sum<Simd<[u128; 1]>> for u128x1[src]

impl<'a> Sum<&'a Simd<[u128; 1]>> for u128x1[src]

impl Sum<Simd<[i8; 32]>> for i8x32[src]

impl<'a> Sum<&'a Simd<[i8; 32]>> for i8x32[src]

impl Sum<Simd<[u8; 32]>> for u8x32[src]

impl<'a> Sum<&'a Simd<[u8; 32]>> for u8x32[src]

impl Sum<Simd<[i16; 16]>> for i16x16[src]

impl<'a> Sum<&'a Simd<[i16; 16]>> for i16x16[src]

impl Sum<Simd<[u16; 16]>> for u16x16[src]

impl<'a> Sum<&'a Simd<[u16; 16]>> for u16x16[src]

impl Sum<Simd<[i32; 8]>> for i32x8[src]

impl<'a> Sum<&'a Simd<[i32; 8]>> for i32x8[src]

impl Sum<Simd<[u32; 8]>> for u32x8[src]

impl<'a> Sum<&'a Simd<[u32; 8]>> for u32x8[src]

impl Sum<Simd<[f32; 8]>> for f32x8[src]

impl<'a> Sum<&'a Simd<[f32; 8]>> for f32x8[src]

impl Sum<Simd<[i64; 4]>> for i64x4[src]

impl<'a> Sum<&'a Simd<[i64; 4]>> for i64x4[src]

impl Sum<Simd<[u64; 4]>> for u64x4[src]

impl<'a> Sum<&'a Simd<[u64; 4]>> for u64x4[src]

impl Sum<Simd<[f64; 4]>> for f64x4[src]

impl<'a> Sum<&'a Simd<[f64; 4]>> for f64x4[src]

impl Sum<Simd<[i128; 2]>> for i128x2[src]

impl<'a> Sum<&'a Simd<[i128; 2]>> for i128x2[src]

impl Sum<Simd<[u128; 2]>> for u128x2[src]

impl<'a> Sum<&'a Simd<[u128; 2]>> for u128x2[src]

impl Sum<Simd<[i8; 64]>> for i8x64[src]

impl<'a> Sum<&'a Simd<[i8; 64]>> for i8x64[src]

impl Sum<Simd<[u8; 64]>> for u8x64[src]

impl<'a> Sum<&'a Simd<[u8; 64]>> for u8x64[src]

impl Sum<Simd<[i16; 32]>> for i16x32[src]

impl<'a> Sum<&'a Simd<[i16; 32]>> for i16x32[src]

impl Sum<Simd<[u16; 32]>> for u16x32[src]

impl<'a> Sum<&'a Simd<[u16; 32]>> for u16x32[src]

impl Sum<Simd<[i32; 16]>> for i32x16[src]

impl<'a> Sum<&'a Simd<[i32; 16]>> for i32x16[src]

impl Sum<Simd<[u32; 16]>> for u32x16[src]

impl<'a> Sum<&'a Simd<[u32; 16]>> for u32x16[src]

impl Sum<Simd<[f32; 16]>> for f32x16[src]

impl<'a> Sum<&'a Simd<[f32; 16]>> for f32x16[src]

impl Sum<Simd<[i64; 8]>> for i64x8[src]

impl<'a> Sum<&'a Simd<[i64; 8]>> for i64x8[src]

impl Sum<Simd<[u64; 8]>> for u64x8[src]

impl<'a> Sum<&'a Simd<[u64; 8]>> for u64x8[src]

impl Sum<Simd<[f64; 8]>> for f64x8[src]

impl<'a> Sum<&'a Simd<[f64; 8]>> for f64x8[src]

impl Sum<Simd<[i128; 4]>> for i128x4[src]

impl<'a> Sum<&'a Simd<[i128; 4]>> for i128x4[src]

impl Sum<Simd<[u128; 4]>> for u128x4[src]

impl<'a> Sum<&'a Simd<[u128; 4]>> for u128x4[src]

impl Sum<Simd<[isize; 2]>> for isizex2[src]

impl<'a> Sum<&'a Simd<[isize; 2]>> for isizex2[src]

impl Sum<Simd<[usize; 2]>> for usizex2[src]

impl<'a> Sum<&'a Simd<[usize; 2]>> for usizex2[src]

impl Sum<Simd<[isize; 4]>> for isizex4[src]

impl<'a> Sum<&'a Simd<[isize; 4]>> for isizex4[src]

impl Sum<Simd<[usize; 4]>> for usizex4[src]

impl<'a> Sum<&'a Simd<[usize; 4]>> for usizex4[src]

impl Sum<Simd<[isize; 8]>> for isizex8[src]

impl<'a> Sum<&'a Simd<[isize; 8]>> for isizex8[src]

impl Sum<Simd<[usize; 8]>> for usizex8[src]

impl<'a> Sum<&'a Simd<[usize; 8]>> for usizex8[src]

Auto Trait Implementations

impl<A> Send for Simd<A> where
    <A as SimdArray>::Tuple: Send

impl<A> Sync for Simd<A> where
    <A as SimdArray>::Tuple: Sync

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]