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