[][src]Struct simdeez::overloads::F32x8

pub struct F32x8(pub __m256);

Trait Implementations

impl SimdBase<F32x8, f32> for F32x8[src]

impl SimdFloat<F32x8, f32> for F32x8[src]

impl Debug for F32x8[src]

impl Div<F32x8> for F32x8[src]

type Output = F32x8

The resulting type after applying the / operator.

impl Sub<F32x8> for F32x8[src]

type Output = F32x8

The resulting type after applying the - operator.

impl Add<F32x8> for F32x8[src]

type Output = F32x8

The resulting type after applying the + operator.

impl Mul<F32x8> for F32x8[src]

type Output = F32x8

The resulting type after applying the * operator.

impl AddAssign<F32x8> for F32x8[src]

impl SubAssign<F32x8> for F32x8[src]

impl MulAssign<F32x8> for F32x8[src]

impl DivAssign<F32x8> for F32x8[src]

impl BitAnd<F32x8> for F32x8[src]

type Output = F32x8

The resulting type after applying the & operator.

impl BitOr<F32x8> for F32x8[src]

type Output = F32x8

The resulting type after applying the | operator.

impl BitXor<F32x8> for F32x8[src]

type Output = F32x8

The resulting type after applying the ^ operator.

impl BitAndAssign<F32x8> for F32x8[src]

impl BitOrAssign<F32x8> for F32x8[src]

impl BitXorAssign<F32x8> for F32x8[src]

impl Index<usize> for F32x8[src]

type Output = f32

The returned type after indexing.

impl IndexMut<usize> for F32x8[src]

impl Copy for F32x8[src]

impl Clone for F32x8[src]

Auto Trait Implementations

impl Unpin for F32x8

impl Send for F32x8

impl Sync for F32x8

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<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]