Skip to content

Commit f4cf322

Browse files
committed
Fix test naming
1 parent e29c846 commit f4cf322

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/sha.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ mod tests {
281281

282282
#[simd_test(enable = "sha512,avx")]
283283
#[allow(overflowing_literals)]
284-
unsafe fn test_mm_sha512rnds2_epi64() {
284+
unsafe fn test_mm256_sha512rnds2_epi64() {
285285
let a = _mm256_set_epi64x(0xe9b5dba5b5c0fbcf, 0x71374491428a2f98, 0x0, 0x0);
286286
let b = _mm256_set_epi64x(0xab1c5ed5923f82a4, 0x59f111f13956c25b, 0x0, 0x0);
287287
let k = _mm_set_epi64x(0, 0x12835b01d807aa98);

0 commit comments

Comments
 (0)