Skip to main content

SimdF64

Type Alias SimdF64 

Source
pub type SimdF64 = Vector<F64, Scalar>;
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.