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