pub type SimdBf4 = Vector<Bf4, Scalar>;Expand description
Optimal bfloat4 SIMD register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdBf4 {
pub raw: [Bf4; 16],
/* private fields */
}Fields§
§raw: [Bf4; 16]The underlying raw vector register.