Skip to content

Commit 8fe87e9

Browse files
committed
correct some #[simd_test] attributes
1 parent d84c695 commit 8fe87e9

File tree

8 files changed

+110
-105
lines changed

8 files changed

+110
-105
lines changed

library/stdarch/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)