Type Alias parry3d_f64::math::SimdReal

source ·
pub type SimdReal = AutoF64x4;
Expand description

A SIMD float with SIMD_WIDTH lanes.

Aliased Type§

struct SimdReal(pub [f64; 4]);

Fields§

§0: [f64; 4]