Static curve25519_dalek::backend::vector::avx2::constants::P_TIMES_2_LO [−][src]
pub(crate) static P_TIMES_2_LO: u32x8
This is supported on crate feature
simd_backend
and (target features avx2
or avx512ifma
) and target feature avx2
and non-target feature avx512ifma
only.Expand description
The low limbs of (2p, 2p, 2p, 2p), so that
(2p, 2p, 2p, 2p) = [P_TIMES_2_LO, P_TIMES_2_HI, P_TIMES_2_HI, P_TIMES_2_HI, P_TIMES_2_HI]