Skip to content

Commit 7dc2c55

Browse files
committed
correct some #[simd_test] attributes
1 parent e11af1c commit 7dc2c55

File tree

4 files changed

+91
-87
lines changed

4 files changed

+91
-87
lines changed

crates/core_arch/src/x86/avx2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5727,7 +5727,7 @@ mod tests {
57275727
assert_eq_m256d(r, _mm256_setr_pd(0.0, 16.0, 64.0, 256.0));
57285728
}
57295729

5730-
#[simd_test(enable = "avx")]
5730+
#[simd_test(enable = "avx2")]
57315731
unsafe fn test_mm256_extract_epi8() {
57325732
#[rustfmt::skip]
57335733
let a = _mm256_setr_epi8(

0 commit comments

Comments
 (0)