Struct simdty::f64x32 [] [src]

#[repr(C)] #[repr(simd)]
pub struct f64x32(pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64, pub f64);

32 values of type f64 in a single SIMD vector.

Trait Implementations

impl Copy for f64x32
[src]

impl Clone for f64x32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for f64x32
[src]

Formats the value using the given formatter.