pub struct float32x4x3_t(pub float32x4_t, pub float32x4_t, pub float32x4_t);
This is supported on ARM only.
Expand description
ARM-specific type containing three float32x4_t
vectors.
Tuple Fields
0: float32x4_t
1: float32x4_t
2: float32x4_t
pub struct float32x4x3_t(pub float32x4_t, pub float32x4_t, pub float32x4_t);
ARM-specific type containing three float32x4_t
vectors.
0: float32x4_t
1: float32x4_t
2: float32x4_t