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