Skip to content

Commit ffef966

Browse files
folkertdevAmanieu
authored andcommitted
avx512_target_feature is now stable on nightly
1 parent 1dfaa4d commit ffef966

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

crates/core_arch/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
sse4a_target_feature,
2323
riscv_target_feature,
2424
arm_target_feature,
25-
avx512_target_feature,
2625
mips_target_feature,
2726
powerpc_target_feature,
2827
s390x_target_feature,

crates/std_detect/tests/x86-specific.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![allow(internal_features)]
33
#![feature(
44
stdarch_internal,
5-
avx512_target_feature,
65
sha512_sm_x86,
76
x86_amx_intrinsics,
87
xop_target_feature,

examples/connect5.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
//! each move.
3030
3131
#![allow(internal_features)]
32-
#![feature(avx512_target_feature)]
3332
#![cfg_attr(target_arch = "x86", feature(stdarch_x86_avx512, stdarch_internal))]
3433
#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512, stdarch_internal))]
3534
#![feature(stmt_expr_attributes)]

0 commit comments

Comments
 (0)