f64x2

Type Alias f64x2 

Source
pub type f64x2 = Simd<f64, $num_elements>;
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

A SIMD vector with two elements of type f64.

Aliased Type§

pub struct f64x2(/* private fields */);

Trait Implementations§

Source§

impl From<float64x2_t> for f64x2

Available on (AArch64 or target_arch=arm64ec) and little-endian and (AArch64 or target_arch=arm64ec or ARM) only.
Source§

fn from(value: float64x2_t) -> f64x2

Converts to this type from the input type.