Skip to content

Commit 7613045

Browse files
committed
update stdarch
1 parent 4e9c39e commit 7613045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ check-cfg = [
3333
'cfg(no_fp_fmt_parse)',
3434
'cfg(stdarch_intel_sde)',
3535
# #[cfg(bootstrap)]
36-
'cfg(target_feature, values("vector-enhancements-1"))',
36+
'cfg(target_feature, values("vector-enhancements-1", "vector-enhancements-2"))',
3737
# core use #[path] imports to portable-simd `core_simd` crate
3838
# and to stdarch `core_arch` crate which messes-up with Cargo list
3939
# of declared features, we therefor expect any feature cfg

0 commit comments

Comments
 (0)