Skip to main content

ScalarF32

Type Alias ScalarF32 

Source
pub type ScalarF32 = Vector<F32, Scalar>;
Expand description

Concrete 1-element scalar emulation f32 vector register.

Aliased Type§

#[repr(transparent)]
pub struct ScalarF32 { pub raw: [F32; 4], /* private fields */ }

Fields§

§raw: [F32; 4]

The underlying raw vector register.