Skip to content

Commit 672c67f

Browse files
authored
Merge pull request #1956 from sayantn/fix-tests
correct some `#[simd_test]` attributes
2 parents 738a603 + ec160b8 commit 672c67f

File tree

8 files changed

+110
-105
lines changed

8 files changed

+110
-105
lines changed

crates/core_arch/src/x86/avx2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5749,7 +5749,7 @@ mod tests {
57495749
assert_eq_m256d(r, _mm256_setr_pd(0.0, 16.0, 64.0, 256.0));
57505750
}
57515751

5752-
#[simd_test(enable = "avx")]
5752+
#[simd_test(enable = "avx2")]
57535753
unsafe fn test_mm256_extract_epi8() {
57545754
#[rustfmt::skip]
57555755
let a = _mm256_setr_epi8(

0 commit comments

Comments
 (0)