Struct core::arch::aarch64::poly64x1x3_t [−][src]
pub struct poly64x1x3_t(pub poly64x1_t, pub poly64x1_t, pub poly64x1_t);
This is supported on AArch64 only.
Expand description
特定于 ARM 的包含四个 poly64x1_t
vectors 的类型。
Tuple Fields
0: poly64x1_t
1: poly64x1_t
2: poly64x1_t