Type Alias parry2d::math::SimdReal

source ·
pub type SimdReal = AutoF32x4;
Expand description

A SIMD float with SIMD_WIDTH lanes.

Aliased Type§

struct SimdReal(pub [f32; 4]);

Fields§

§0: [f32; 4]