Function curve25519_dalek::backend::vector::ifma::field::madd52lo [−][src]
unsafe fn madd52lo(z: u64x4, x: u64x4, y: u64x4) -> u64x4This is supported on crate feature
simd_backend and (target features avx2 or avx512ifma) and target feature avx512ifma only.Expand description
A wrapper around vpmadd52luq that works on u64x4.