We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab87e8 commit 8efe672Copy full SHA for 8efe672
crates/core_arch/src/lib.rs
@@ -33,10 +33,8 @@
33
decl_macro,
34
generic_arg_infer,
35
asm_experimental_arch,
36
- sha512_sm_x86,
37
x86_amx_intrinsics,
38
f16,
39
- keylocker_x86,
40
aarch64_unstable_target_feature,
41
bigint_helper_methods
42
)]
crates/std_detect/tests/x86-specific.rs
@@ -2,10 +2,8 @@
2
#![allow(internal_features)]
3
#![feature(
4
stdarch_internal,
5
6
7
xop_target_feature,
8
9
movrs_target_feature
10
11
0 commit comments