library: update stdarch submodule

add feature target_feature_11 and riscv_target_feature
This commit is contained in:
luojia65
2022-10-11 22:42:25 +08:00
parent bb93450ec4
commit 59fea7ecf4
2 changed files with 3 additions and 1 deletions

View File

@@ -210,6 +210,7 @@
#![feature(simd_ffi)]
#![feature(staged_api)]
#![feature(stmt_expr_attributes)]
#![feature(target_feature_11)]
#![feature(trait_alias)]
#![feature(transparent_unions)]
#![feature(try_blocks)]
@@ -225,6 +226,7 @@
#![feature(hexagon_target_feature)]
#![feature(mips_target_feature)]
#![feature(powerpc_target_feature)]
#![feature(riscv_target_feature)]
#![feature(rtm_target_feature)]
#![feature(sse4a_target_feature)]
#![feature(tbm_target_feature)]