Skip to main content

VectorF8

Type Alias VectorF8 

Source
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>>::Vector

The underlying raw vector register.