pub type VectorF8<A> = Vector<F8, A>;Expand description
Generic float8 SIMD vector register.
Aliased Type§
#[repr(transparent)]pub struct VectorF8<A> {
pub raw: <A as SimdKernel<F8>>::Vector,
/* private fields */
}Fields§
§raw: <A as SimdKernel<F8>>::VectorThe underlying raw vector register.