Struct core::arch::aarch64::float32x2x3_t [−][src]
pub struct float32x2x3_t(pub float32x2_t, pub float32x2_t, pub float32x2_t);This is supported on AArch64 only.
Expand description
ARM-specific type containing three float32x2_t vectors.
Tuple Fields
0: float32x2_t1: float32x2_t2: float32x2_t