[][src]Struct simd_trick::Simd256

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

Methods

impl Simd256<[i8; 32]>[src]

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

impl Simd256<[i8; 32]>[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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[i8; 32]>[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 Simd256<[i16; 16]>[src]

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

impl Simd256<[i16; 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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[i16; 16]>[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 Simd256<[i32; 8]>[src]

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

impl Simd256<[i32; 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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[i32; 8]>[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 Simd256<[i64; 4]>[src]

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

impl Simd256<[i64; 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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[i64; 4]>[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 Simd256<[u8; 32]>[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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[u8; 32]>[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 Simd256<[u16; 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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[u16; 16]>[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 Simd256<[u32; 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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[u32; 8]>[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 Simd256<[u64; 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 wrapping_mul(self, other: Self) -> Self[src]

pub fn high_mul(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 Simd256<[u64; 4]>[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 Simd256<[f32; 8]>[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 Simd256<[f32; 8]>[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 Simd256<[f64; 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 Simd256<[f64; 4]>[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 Simd256<[i8; 32]>[src]

type Element = i8

type MaskVector = Simd256<[<i8 as ToMask>::Mask; 32]>

impl Vector for Simd256<[i16; 16]>[src]

type Element = i16

type MaskVector = Simd256<[<i16 as ToMask>::Mask; 16]>

impl Vector for Simd256<[i32; 8]>[src]

type Element = i32

type MaskVector = Simd256<[<i32 as ToMask>::Mask; 8]>

impl Vector for Simd256<[i64; 4]>[src]

type Element = i64

type MaskVector = Simd256<[<i64 as ToMask>::Mask; 4]>

impl Vector for Simd256<[<u8 as ToMask>::Mask; 32]>[src]

type Element = <u8 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd256<[u8; 32]>[src]

type Element = u8

type MaskVector = Simd256<[<u8 as ToMask>::Mask; 32]>

impl Vector for Simd256<[<u16 as ToMask>::Mask; 16]>[src]

type Element = <u16 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd256<[u16; 16]>[src]

type Element = u16

type MaskVector = Simd256<[<u16 as ToMask>::Mask; 16]>

impl Vector for Simd256<[<u32 as ToMask>::Mask; 8]>[src]

type Element = <u32 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd256<[u32; 8]>[src]

type Element = u32

type MaskVector = Simd256<[<u32 as ToMask>::Mask; 8]>

impl Vector for Simd256<[<u64 as ToMask>::Mask; 4]>[src]

type Element = <u64 as ToMask>::Mask

type MaskVector = Self

impl Vector for Simd256<[u64; 4]>[src]

type Element = u64

type MaskVector = Simd256<[<u64 as ToMask>::Mask; 4]>

impl Vector for Simd256<[f32; 8]>[src]

type Element = f32

type MaskVector = Simd256<[<f32 as ToMask>::Mask; 8]>

impl Vector for Simd256<[f64; 4]>[src]

type Element = f64

type MaskVector = Simd256<[<f64 as ToMask>::Mask; 4]>

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

impl Debug for Simd256<[i8; 32]>[src]

impl Debug for Simd256<[i16; 16]>[src]

impl Debug for Simd256<[i32; 8]>[src]

impl Debug for Simd256<[i64; 4]>[src]

impl Debug for Simd256<[u8; 32]>[src]

impl Debug for Simd256<[u16; 16]>[src]

impl Debug for Simd256<[u32; 8]>[src]

impl Debug for Simd256<[u64; 4]>[src]

impl Debug for Simd256<[f32; 8]>[src]

impl Debug for Simd256<[f64; 4]>[src]

impl Div<Simd256<[f32; 8]>> for Simd256<[f32; 8]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Simd256<[f64; 4]>> for Simd256<[f64; 4]>[src]

type Output = Self

The resulting type after applying the / operator.

impl Add<Simd256<[f32; 8]>> for Simd256<[f32; 8]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<Simd256<[f64; 4]>> for Simd256<[f64; 4]>[src]

type Output = Self

The resulting type after applying the + operator.

impl Sub<Simd256<[f32; 8]>> for Simd256<[f32; 8]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<Simd256<[f64; 4]>> for Simd256<[f64; 4]>[src]

type Output = Self

The resulting type after applying the - operator.

impl Mul<Simd256<[f32; 8]>> for Simd256<[f32; 8]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Simd256<[f64; 4]>> for Simd256<[f64; 4]>[src]

type Output = Self

The resulting type after applying the * operator.

impl Rem<Simd256<[f32; 8]>> for Simd256<[f32; 8]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Rem<Simd256<[f64; 4]>> for Simd256<[f64; 4]>[src]

type Output = Self

The resulting type after applying the % operator.

impl Not for Simd256<[i8; 32]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd256<[i16; 16]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd256<[i32; 8]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd256<[i64; 4]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd256<[u8; 32]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd256<[u16; 16]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd256<[u32; 8]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for Simd256<[u64; 4]>[src]

type Output = Self

The resulting type after applying the ! operator.

impl BitAnd<Simd256<[i8; 32]>> for Simd256<[i8; 32]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd256<[i16; 16]>> for Simd256<[i16; 16]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd256<[i32; 8]>> for Simd256<[i32; 8]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd256<[i64; 4]>> for Simd256<[i64; 4]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd256<[u8; 32]>> for Simd256<[u8; 32]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd256<[u16; 16]>> for Simd256<[u16; 16]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd256<[u32; 8]>> for Simd256<[u32; 8]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Simd256<[u64; 4]>> for Simd256<[u64; 4]>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<Simd256<[i8; 32]>> for Simd256<[i8; 32]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd256<[i16; 16]>> for Simd256<[i16; 16]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd256<[i32; 8]>> for Simd256<[i32; 8]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd256<[i64; 4]>> for Simd256<[i64; 4]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd256<[u8; 32]>> for Simd256<[u8; 32]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd256<[u16; 16]>> for Simd256<[u16; 16]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd256<[u32; 8]>> for Simd256<[u32; 8]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<Simd256<[u64; 4]>> for Simd256<[u64; 4]>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<Simd256<[i8; 32]>> for Simd256<[i8; 32]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd256<[i16; 16]>> for Simd256<[i16; 16]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd256<[i32; 8]>> for Simd256<[i32; 8]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd256<[i64; 4]>> for Simd256<[i64; 4]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd256<[u8; 32]>> for Simd256<[u8; 32]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd256<[u16; 16]>> for Simd256<[u16; 16]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd256<[u32; 8]>> for Simd256<[u32; 8]>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<Simd256<[u64; 4]>> for Simd256<[u64; 4]>[src]

type Output = Self

The resulting type after applying the ^ operator.

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

type Target = TArray

The resulting type after dereferencing.

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

impl From<[i8; 32]> for Simd256<[i8; 32]>[src]

impl From<Simd256<[i8; 32]>> for [i8; 32][src]

impl From<[i16; 16]> for Simd256<[i16; 16]>[src]

impl From<Simd256<[i16; 16]>> for [i16; 16][src]

impl From<[i32; 8]> for Simd256<[i32; 8]>[src]

impl From<Simd256<[i32; 8]>> for [i32; 8][src]

impl From<[i64; 4]> for Simd256<[i64; 4]>[src]

impl From<Simd256<[i64; 4]>> for [i64; 4][src]

impl From<Simd256<[<u8 as ToMask>::Mask; 32]>> for Simd256<[u8; 32]>[src]

impl From<[u8; 32]> for Simd256<[u8; 32]>[src]

impl From<Simd256<[u8; 32]>> for [u8; 32][src]

impl From<Simd256<[<u16 as ToMask>::Mask; 16]>> for Simd256<[u16; 16]>[src]

impl From<[u16; 16]> for Simd256<[u16; 16]>[src]

impl From<Simd256<[u16; 16]>> for [u16; 16][src]

impl From<Simd256<[<u32 as ToMask>::Mask; 8]>> for Simd256<[u32; 8]>[src]

impl From<[u32; 8]> for Simd256<[u32; 8]>[src]

impl From<Simd256<[u32; 8]>> for [u32; 8][src]

impl From<Simd256<[<u64 as ToMask>::Mask; 4]>> for Simd256<[u64; 4]>[src]

impl From<[u64; 4]> for Simd256<[u64; 4]>[src]

impl From<Simd256<[u64; 4]>> for [u64; 4][src]

impl From<[f32; 8]> for Simd256<[f32; 8]>[src]

impl From<Simd256<[f32; 8]>> for [f32; 8][src]

impl From<[f64; 4]> for Simd256<[f64; 4]>[src]

impl From<Simd256<[f64; 4]>> for [f64; 4][src]

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

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

Performs copy-assignment from source. Read more

impl Default for Simd256<[i8; 32]>[src]

impl Default for Simd256<[i16; 16]>[src]

impl Default for Simd256<[i32; 8]>[src]

impl Default for Simd256<[i64; 4]>[src]

impl Default for Simd256<[u8; 32]>[src]

impl Default for Simd256<[u16; 16]>[src]

impl Default for Simd256<[u32; 8]>[src]

impl Default for Simd256<[u64; 4]>[src]

impl Default for Simd256<[f32; 8]>[src]

impl Default for Simd256<[f64; 4]>[src]

Auto Trait Implementations

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

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

impl<TArray> Send for Simd256<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]