diff options
| author | luojia65 <me@luojia.cc> | 2022-10-11 22:42:25 +0800 |
|---|---|---|
| committer | luojia65 <me@luojia.cc> | 2022-10-13 09:41:16 +0800 |
| commit | 59fea7ecf4d31fd7c2689388d17afcc0b61b243a (patch) | |
| tree | 4d3fd28ad5d2b999db30d540c24af5c2aba3eb04 | |
| parent | bb93450ec4af83c20e9ba6c8e575aca55423001a (diff) | |
| download | rust-59fea7ecf4d31fd7c2689388d17afcc0b61b243a.tar.gz rust-59fea7ecf4d31fd7c2689388d17afcc0b61b243a.zip | |
library: update stdarch submodule
add feature target_feature_11 and riscv_target_feature
| -rw-r--r-- | library/core/src/lib.rs | 2 | ||||
| m--------- | library/stdarch | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 7d893ca4aa1..da84763836e 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -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)] diff --git a/library/stdarch b/library/stdarch -Subproject 699c093a42283c07e9763b4c19439a900ae2d32 +Subproject 790411f93c4b5eada3c23abb4c9a063fb0b24d9 |
