Function core::arch::x86::_mm_sha256msg2_epu321.27.0[][src]

pub unsafe fn _mm_sha256msg2_epu32(a: __m128i, b: __m128i) -> __m128i
This is supported on x86 and target feature sha only.
Expand description

使用以前的 ab 的消息值,对接下来的四个 SHA256 消息值 (无符号的 32 位整数) 执行最终计算,并返回结果。

Intel’s documentation