Struct core::arch::arm::float32x2x4_t [−][src]
pub struct float32x2x4_t(pub float32x2_t, pub float32x2_t, pub float32x2_t, pub float32x2_t);This is supported on (non-crate feature
miri-test-libstd or test or doctest) and ARM only.Expand description
ARM-specific type containing four float32x2_t vectors.
Tuple Fields
0: float32x2_t1: float32x2_t2: float32x2_t3: float32x2_t