pub struct float32x4x2_t(pub float32x4_t, pub float32x4_t);This is supported on AArch64 only.
Expand description
ARM-specific type containing two float32x4_t vectors.
Tuple Fields
0: float32x4_t1: float32x4_tpub struct float32x4x2_t(pub float32x4_t, pub float32x4_t);ARM-specific type containing two float32x4_t vectors.
0: float32x4_t1: float32x4_t