#[repr(C)]pub struct float64x1x4_t(pub float64x1_t, pub float64x1_t, pub float64x1_t, pub float64x1_t);Available on AArch64 or
target_arch=arm64ec only.Expand description
ARM-specific type containing four float64x1_t vectors.
Tuple Fields§
§0: float64x1_t§1: float64x1_t§2: float64x1_t§3: float64x1_t