pub struct float32x2x2_t(pub float32x2_t, pub float32x2_t);
This is supported on ARM only.
Expand description
ARM-specific type containing two float32x2_t
vectors.
Tuple Fields
0: float32x2_t
1: float32x2_t
pub struct float32x2x2_t(pub float32x2_t, pub float32x2_t);
ARM-specific type containing two float32x2_t
vectors.
0: float32x2_t
1: float32x2_t