Static curve25519_dalek::backend::vector::avx2::constants::P_TIMES_16_HI [−][src]
pub(crate) static P_TIMES_16_HI: 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 high limbs of (16p, 16p, 16p, 16p), so that
(16p, 16p, 16p, 16p) = [P_TIMES_16_LO, P_TIMES_16_HI, P_TIMES_16_HI, P_TIMES_16_HI, P_TIMES_16_HI]