Skip to content

Commit 995ad15

Browse files
committed
Remove stable stdarch_x86_avx512 feature
1 parent dda2284 commit 995ad15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/core_simd/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
any(target_arch = "powerpc", target_arch = "powerpc64"),
3232
feature(stdarch_powerpc)
3333
)]
34-
#![cfg_attr(
35-
all(target_arch = "x86_64", target_feature = "avx512f"),
36-
feature(stdarch_x86_avx512)
37-
)]
3834
#![warn(missing_docs, clippy::missing_inline_in_public_items)] // basically all items, really
3935
#![deny(
4036
unsafe_op_in_unsafe_fn,

0 commit comments

Comments
 (0)