Skip to main content

VectorF16

Type Alias VectorF16 

Source
pub type VectorF16<A> = Vector<F16, A>;
Expand description

Generic standard f16 SIMD vector register.

Aliased Type§

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

Fields§

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

The underlying raw vector register.