pub type SimdF64 = Vector<F64, PreferredArch>;Expand description
Optimal f64 SIMD register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdF64 {
pub raw: [F64; 2],
/* private fields */
}Fields§
§raw: [F64; 2]The underlying raw vector register.