Struct simdty::f32x16 [] [src]

#[repr(C)] #[repr(simd)]
pub struct f32x16(pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32, pub f32);

16 values of type f32 in a single SIMD vector.

Trait Implementations

impl Copy for f32x16
[src]

impl Clone for f32x16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for f32x16
[src]

Formats the value using the given formatter.