Expand description
A 128-bit SIMD vector with two elements of type f64
.
Trait Implementations
sourceimpl From<vector_double> for f64x2
impl From<vector_double> for f64x2
sourcefn from(value: vector_double) -> f64x2
fn from(value: vector_double) -> f64x2
Converts to this type from the input type.