Struct core::arch::arm::float32x2x2_t [−][src]
pub struct float32x2x2_t(pub float32x2_t, pub float32x2_t);
This is supported on ARM only.
Expand description
特定于 ARM 的包含两个 float32x2_t
vectors 的类型。
Tuple Fields
0: float32x2_t
1: float32x2_t