Skip to main content

ScalarBf16

Type Alias ScalarBf16 

Source
pub type ScalarBf16 = Vector<Bf16, Scalar>;
Expand description

Concrete 1-element scalar emulation bfloat16 vector register.

Aliased Type§

#[repr(transparent)]
pub struct ScalarBf16 { pub raw: [Bf16; 8], /* private fields */ }

Fields§

§raw: [Bf16; 8]

The underlying raw vector register.