[][src]Struct simd_trick::Simd128

#[repr(C)]
pub struct Simd128<TArray>(_);

Methods

impl Simd128<[i8; 16]>[src]

pub fn wrapping_abs(self) -> Self[src]

impl Simd128<[i8; 16]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[i8; 16]>[src]

pub fn splat(value: i8) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[i16; 8]>[src]

pub fn wrapping_abs(self) -> Self[src]

impl Simd128<[i16; 8]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[i16; 8]>[src]

pub fn splat(value: i16) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[i32; 4]>[src]

pub fn wrapping_abs(self) -> Self[src]

impl Simd128<[i32; 4]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[i32; 4]>[src]

pub fn splat(value: i32) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[i64; 2]>[src]

pub fn wrapping_abs(self) -> Self[src]

impl Simd128<[i64; 2]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[i64; 2]>[src]

pub fn splat(value: i64) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[u8; 16]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[u8; 16]>[src]

pub fn splat(value: u8) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[u16; 8]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[u16; 8]>[src]

pub fn splat(value: u16) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[u32; 4]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[u32; 4]>[src]

pub fn splat(value: u32) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[u64; 2]>[src]

pub fn wrapping_add(self, other: Self) -> Self[src]

pub fn saturating_add(self, other: Self) -> Self[src]

pub fn wrapping_sub(self, other: Self) -> Self[src]

pub fn saturating_sub(self, other: Self) -> Self[src]

pub fn count_ones(self) -> Self[src]

pub fn count_zeros(self) -> Self[src]

pub fn max(self, other: Self) -> Self[src]

pub fn min(self, other: Self) -> Self[src]

impl Simd128<[u64; 2]>[src]

pub fn splat(value: u64) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[f32; 4]>[src]

pub fn recip(self) -> Self[src]

pub fn to_degrees(self) -> Self[src]

pub fn to_radians(self) -> Self[src]

pub fn max_naive(self, other: Self) -> Self[src]

pub fn min_naive(self, other: Self) -> Self[src]

impl Simd128<[f32; 4]>[src]

pub fn splat(value: f32) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

impl Simd128<[f64; 2]>[src]

pub fn recip(self) -> Self[src]

pub fn to_degrees(self) -> Self[src]

pub fn to_radians(self) -> Self[src]

pub fn max_naive(self, other: Self) -> Self[src]

pub fn min_naive(self, other: Self) -> Self[src]

impl Simd128<[f64; 2]>[src]

pub fn splat(value: f64) -> Self[src]

pub fn eq(self, other: Self) -> Self::MaskVector[src]

pub fn ne(self, other: Self) -> Self::MaskVector[src]

pub fn lt(self, other: Self) -> Self::MaskVector[src]

pub fn gt(self, other: Self) -> Self::MaskVector[src]

pub fn le(self, other: Self) -> Self::MaskVector[src]

pub fn ge(self, other: Self) -> Self::MaskVector[src]

Trait Implementations

impl Vector for Simd128<[i8; 16]>[src]

type Element = i8

type MaskVector = Simd128<[<i8 as ToMask>::Mask; 16]>

impl Vector for Simd128<[i16; 8]>[src]

type Element = i16

type MaskVector = Simd128<[<i16 as ToMask>::Mask; 8]>

impl Vector for Simd128<[i32; 4]>[src]

type Element = i32

type MaskVector = Simd128<[<i32 as ToMask>::Mask; 4]>

impl Vector for Simd128<[i64; 2]>[src]

type Element = i64

type MaskVector = Simd128<[<i64 as ToMask>::Mask; 2]>

impl Vector for Simd128<[<u8 as ToMask>::Mask; 16]>[src]

type Element = <u8 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd128<[u8; 16]>[src]

type Element = u8

type MaskVector = Simd128<[<u8 as ToMask>::Mask; 16]>

impl Vector for Simd128<[<u16 as ToMask>::Mask; 8]>[src]

type Element = <u16 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd128<[u16; 8]>[src]

type Element = u16

type MaskVector = Simd128<[<u16 as ToMask>::Mask; 8]>

impl Vector for Simd128<[<u32 as ToMask>::Mask; 4]>[src]

type Element = <u32 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd128<[u32; 4]>[src]

type Element = u32

type MaskVector = Simd128<[<u32 as ToMask>::Mask; 4]>

impl Vector for Simd128<[<u64 as ToMask>::Mask; 2]>[src]

type Element = <u64 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd128<[u64; 2]>[src]

type Element = u64

type MaskVector = Simd128<[<u64 as ToMask>::Mask; 2]>

impl Vector for Simd128<[f32; 4]>[src]

type Element = f32

type MaskVector = Simd128<[<f32 as ToMask>::Mask; 4]>

impl Vector for Simd128<[f64; 2]>[src]

type Element = f64

type MaskVector = Simd128<[<f64 as ToMask>::Mask; 2]>

impl<TArray> DerefMut for Simd128<TArray>[src]

impl Debug for Simd128<[i8; 16]>[src]

impl Debug for Simd128<[i16; 8]>[src]

impl Debug for Simd128<[i32; 4]>[src]

impl Debug for Simd128<[i64; 2]>[src]

impl Debug for Simd128<[u8; 16]>[src]

impl Debug for Simd128<[u16; 8]>[src]

impl Debug for Simd128<[u32; 4]>[src]

impl Debug for Simd128<[u64; 2]>[src]

impl Debug for Simd128<[f32; 4]>[src]

impl Debug for Simd128<[f64; 2]>[src]

impl Div<Simd128<[f32; 4]>> for Simd128<[f32; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd128<[f64; 2]>> for Simd128<[f64; 2]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Add<Simd128<[f32; 4]>> for Simd128<[f32; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd128<[f64; 2]>> for Simd128<[f64; 2]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Sub<Simd128<[f32; 4]>> for Simd128<[f32; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd128<[f64; 2]>> for Simd128<[f64; 2]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Mul<Simd128<[f32; 4]>> for Simd128<[f32; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd128<[f64; 2]>> for Simd128<[f64; 2]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Rem<Simd128<[f32; 4]>> for Simd128<[f32; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd128<[f64; 2]>> for Simd128<[f64; 2]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Not for Simd128<[i8; 16]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd128<[i16; 8]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd128<[i32; 4]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd128<[i64; 2]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd128<[u8; 16]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd128<[u16; 8]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd128<[u32; 4]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd128<[u64; 2]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl BitAnd<Simd128<[i8; 16]>> for Simd128<[i8; 16]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd128<[i16; 8]>> for Simd128<[i16; 8]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd128<[i32; 4]>> for Simd128<[i32; 4]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd128<[i64; 2]>> for Simd128<[i64; 2]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd128<[u8; 16]>> for Simd128<[u8; 16]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd128<[u16; 8]>> for Simd128<[u16; 8]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd128<[u32; 4]>> for Simd128<[u32; 4]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd128<[u64; 2]>> for Simd128<[u64; 2]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<Simd128<[i8; 16]>> for Simd128<[i8; 16]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd128<[i16; 8]>> for Simd128<[i16; 8]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd128<[i32; 4]>> for Simd128<[i32; 4]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd128<[i64; 2]>> for Simd128<[i64; 2]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd128<[u8; 16]>> for Simd128<[u8; 16]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd128<[u16; 8]>> for Simd128<[u16; 8]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd128<[u32; 4]>> for Simd128<[u32; 4]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd128<[u64; 2]>> for Simd128<[u64; 2]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<Simd128<[i8; 16]>> for Simd128<[i8; 16]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd128<[i16; 8]>> for Simd128<[i16; 8]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd128<[i32; 4]>> for Simd128<[i32; 4]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd128<[i64; 2]>> for Simd128<[i64; 2]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd128<[u8; 16]>> for Simd128<[u8; 16]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd128<[u16; 8]>> for Simd128<[u16; 8]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd128<[u32; 4]>> for Simd128<[u32; 4]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd128<[u64; 2]>> for Simd128<[u64; 2]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl<TArray> Deref for Simd128<TArray>[src]

type Target = TArray

The resulting type after dereferencing.

impl<TArray: Copy> Copy for Simd128<TArray>[src]

impl From<[i8; 16]> for Simd128<[i8; 16]>[src]

impl From<Simd128<[i8; 16]>> for [i8; 16][src]

impl From<[i16; 8]> for Simd128<[i16; 8]>[src]

impl From<Simd128<[i16; 8]>> for [i16; 8][src]

impl From<[i32; 4]> for Simd128<[i32; 4]>[src]

impl From<Simd128<[i32; 4]>> for [i32; 4][src]

impl From<[i64; 2]> for Simd128<[i64; 2]>[src]

impl From<Simd128<[i64; 2]>> for [i64; 2][src]

impl From<Simd128<[<u8 as ToMask>::Mask; 16]>> for Simd128<[u8; 16]>[src]

impl From<[u8; 16]> for Simd128<[u8; 16]>[src]

impl From<Simd128<[u8; 16]>> for [u8; 16][src]

impl From<Simd128<[<u16 as ToMask>::Mask; 8]>> for Simd128<[u16; 8]>[src]

impl From<[u16; 8]> for Simd128<[u16; 8]>[src]

impl From<Simd128<[u16; 8]>> for [u16; 8][src]

impl From<Simd128<[<u32 as ToMask>::Mask; 4]>> for Simd128<[u32; 4]>[src]

impl From<[u32; 4]> for Simd128<[u32; 4]>[src]

impl From<Simd128<[u32; 4]>> for [u32; 4][src]

impl From<Simd128<[<u64 as ToMask>::Mask; 2]>> for Simd128<[u64; 2]>[src]

impl From<[u64; 2]> for Simd128<[u64; 2]>[src]

impl From<Simd128<[u64; 2]>> for [u64; 2][src]

impl From<[f32; 4]> for Simd128<[f32; 4]>[src]

impl From<Simd128<[f32; 4]>> for [f32; 4][src]

impl From<[f64; 2]> for Simd128<[f64; 2]>[src]

impl From<Simd128<[f64; 2]>> for [f64; 2][src]

impl<TArray: Clone> Clone for Simd128<TArray>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for Simd128<[i8; 16]>[src]

impl Default for Simd128<[i16; 8]>[src]

impl Default for Simd128<[i32; 4]>[src]

impl Default for Simd128<[i64; 2]>[src]

impl Default for Simd128<[u8; 16]>[src]

impl Default for Simd128<[u16; 8]>[src]

impl Default for Simd128<[u32; 4]>[src]

impl Default for Simd128<[u64; 2]>[src]

impl Default for Simd128<[f32; 4]>[src]

impl Default for Simd128<[f64; 2]>[src]

Auto Trait Implementations

impl<TArray> Unpin for Simd128<TArray> where
    TArray: Unpin

impl<TArray> Sync for Simd128<TArray> where
    TArray: Sync

impl<TArray> Send for Simd128<TArray> where
    TArray: Send

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]