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>>::VectorThe underlying raw vector register.