Type Alias rapier2d::math::SimdReal

source ·
pub type SimdReal = AutoSimd<[f32; 4]>;
Expand description

A SIMD float with SIMD_WIDTH lanes.

Aliased Type§

struct SimdReal(pub [f32; 4]);

Fields§

§0: [f32; 4]

Trait Implementations§

source§

impl SimdSign<AutoSimd<[f32; 4]>> for SimdReal

source§

fn copy_sign_to(self, to: SimdReal) -> SimdReal

Copy the sign of each component of self to the corresponding component of to.
source§

impl SimdRealCopy for SimdReal