Type Alias SimdReal

Source
pub type SimdReal = AutoF32x4;
Expand description

A SIMD float with SIMD_WIDTH lanes.

Aliased Type§

#[repr(align(16))]
pub struct SimdReal(pub [f32; 4]);

Tuple Fields§

§0: [f32; 4]