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