Skip to main content

SimdReal

Type Alias SimdReal 

Source
pub type SimdReal = AutoF64x4;
Expand description

A SIMD float with SIMD_WIDTH lanes.

Aliased Type§

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

Tuple Fields§

§0: [f64; 4]