We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48994b1 commit 14eb919Copy full SHA for 14eb919
library/core/Cargo.toml
@@ -33,7 +33,7 @@ check-cfg = [
33
'cfg(no_fp_fmt_parse)',
34
'cfg(stdarch_intel_sde)',
35
# #[cfg(bootstrap)]
36
- 'cfg(target_feature, values("vector-enhancements-1"))',
+ 'cfg(target_feature, values("vector-enhancements-1", "vector-enhancements-2", "vector-packed-decimal"))',
37
# core use #[path] imports to portable-simd `core_simd` crate
38
# and to stdarch `core_arch` crate which messes-up with Cargo list
39
# of declared features, we therefor expect any feature cfg
0 commit comments