Skip to main content

VectorBf4

Type Alias VectorBf4 

Source
pub type VectorBf4<A> = Vector<Bf4, A>;
Expand description

Generic bfloat4 SIMD vector register.

Aliased Type§

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

Fields§

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

The underlying raw vector register.