_mm_sha256rnds2_epu32

Perform an intermediate calculation for the next four SHA256 message values (unsigned 32-bit integers) using previous message values from a and b, and return the result.

nothrow @nogc @trusted
__m128i
_mm_sha256rnds2_epu32
(
__m128i a
,
__m128i b
,
__m128i k
)

Meta