Skip to main content

VectorF4

Type Alias VectorF4 

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

The underlying raw vector register.