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

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

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

Intel’s documentation