Skip to main content

VectorBf16

Type Alias VectorBf16 

Source
pub type VectorBf16<A> = Vector<Bf16, A>;
Expand description

Generic bfloat16 SIMD vector register.

Aliased Type§

#[repr(transparent)]
pub struct VectorBf16<A> { pub raw: <A as SimdKernel<Bf16>>::Vector, /* private fields */ }

Fields§

§raw: <A as SimdKernel<Bf16>>::Vector

The underlying raw vector register.