File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ check-cfg = [
32
32
' cfg(bootstrap)' ,
33
33
' cfg(no_fp_fmt_parse)' ,
34
34
' cfg(stdarch_intel_sde)' ,
35
+ # #[cfg(bootstrap)]
36
+ ' cfg(target_feature, values("vector-enhancements-1"))' ,
35
37
# core use #[path] imports to portable-simd `core_simd` crate
36
38
# and to stdarch `core_arch` crate which messes-up with Cargo list
37
39
# of declared features, we therefor expect any feature cfg
Original file line number Diff line number Diff line change 202
202
//
203
203
// Target features:
204
204
// tidy-alphabetical-start
205
+ #![ feature( aarch64_unstable_target_feature) ]
205
206
#![ feature( arm_target_feature) ]
206
207
#![ feature( avx512_target_feature) ]
207
208
#![ feature( hexagon_target_feature) ]
209
+ #![ feature( keylocker_x86) ]
208
210
#![ feature( loongarch_target_feature) ]
209
211
#![ feature( mips_target_feature) ]
210
212
#![ feature( powerpc_target_feature) ]
211
213
#![ feature( riscv_target_feature) ]
212
214
#![ feature( rtm_target_feature) ]
215
+ #![ feature( s390x_target_feature) ]
213
216
#![ feature( sha512_sm_x86) ]
214
217
#![ feature( sse4a_target_feature) ]
215
218
#![ feature( tbm_target_feature) ]
Original file line number Diff line number Diff line change 1
- Subproject commit 684de0d6fef708cae08214fef9643dd9ec7296e1
1
+ Subproject commit 9426bb56586c6ae4095a2dcbd66c570253e6fb32
You can’t perform that action at this time.
0 commit comments