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