We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c846 commit f4cf322Copy full SHA for f4cf322
crates/core_arch/src/x86/sha.rs
@@ -281,7 +281,7 @@ mod tests {
281
282
#[simd_test(enable = "sha512,avx")]
283
#[allow(overflowing_literals)]
284
- unsafe fn test_mm_sha512rnds2_epi64() {
+ unsafe fn test_mm256_sha512rnds2_epi64() {
285
let a = _mm256_set_epi64x(0xe9b5dba5b5c0fbcf, 0x71374491428a2f98, 0x0, 0x0);
286
let b = _mm256_set_epi64x(0xab1c5ed5923f82a4, 0x59f111f13956c25b, 0x0, 0x0);
287
let k = _mm_set_epi64x(0, 0x12835b01d807aa98);
0 commit comments