Skip to main content

ScalarBf4

Type Alias ScalarBf4 

Source
pub type ScalarBf4 = Vector<Bf4, Scalar>;
Expand description

Concrete 1-element scalar emulation bfloat4 vector register.

Aliased Type§

#[repr(transparent)]
pub struct ScalarBf4 { pub raw: [Bf4; 16], /* private fields */ }

Fields§

§raw: [Bf4; 16]

The underlying raw vector register.