v4f64

Type Alias v4f64 

Source
pub type v4f64 = m256d;
🔬This is a nightly-only experimental API. (stdarch_loongarch #117427)
Available on LoongArch LA64 only.

Aliased Type§

#[repr(simd)]
pub struct v4f64(/* private fields */);

Trait Implementations§

Source§

impl From<Simd<f64, 4>> for v4f64

Source§

fn from(value: f64x4) -> v4f64

Converts to this type from the input type.