Function core::arch::x86_64::_mm_sha1msg2_epu32

1.27.0 · source ·
pub unsafe fn _mm_sha1msg2_epu32(a: __m128i, b: __m128i) -> __m128i
Available on (x86 or x86-64) and target feature sha and x86-64 only.
Expand description

使用 a 中的中间结果和 b 中的先前消息值,对接下来的四个 SHA1 消息值 (无符号的 32 位整数) 执行最终计算,并返回结果。

Intel’s documentation