Function _mm256_sha512msg1_epi64

1.90.0 · Source
pub fn _mm256_sha512msg1_epi64(a: __m256i, b: __m128i) -> __m256i
Available on (x86 or x86-64) and target feature sha512 and target feature avx and x86 only.
Expand description

This intrinsic is one of the two SHA512 message scheduling instructions. The intrinsic performs an intermediate calculation for the next four SHA512 message qwords. The calculated results are stored in dst.

Intel’s documentation