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