Skip to main content

VectorBf8

Type Alias VectorBf8 

Source
pub type VectorBf8<A> = Vector<Bf8, A>;
Expand description

Generic bfloat8 SIMD vector register.

Aliased Type§

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

Fields§

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

The underlying raw vector register.