Skip to main content

VectorF64

Type Alias VectorF64 

Source
pub type VectorF64<A> = Vector<F64, A>;
Expand description

Generic f64 SIMD vector register.

Aliased Type§

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

Fields§

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

The underlying raw vector register.