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