Skip to content

Commit

Permalink
Add the riscv_ext_intrinsics feature for rust-lang#114544
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Aug 6, 2023
1 parent fbc11e9 commit e7f601d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_feature/src/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,8 @@ declare_features! (
(active, return_position_impl_trait_in_trait, "1.65.0", Some(91611), None),
/// Allows bounding the return type of AFIT/RPITIT.
(incomplete, return_type_notation, "1.70.0", Some(109417), None),
/// Adds the intrinsics for all RISC-V Ratified Extensions.
(incomplete, riscv_ext_intrinsics, "1.71.0", Some(114544), None),
/// Allows `extern "rust-cold"`.
(active, rust_cold_cc, "1.63.0", Some(97544), None),
/// Allows the use of SIMD types in functions declared in `extern` blocks.
Expand Down
1 change: 1 addition & 0 deletions compiler/rustc_span/src/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,7 @@ symbols! {
rhs,
rintf32,
rintf64,
riscv_ext_intrinsics,
riscv_target_feature,
rlib,
rotate_left,
Expand Down

0 comments on commit e7f601d

Please sign in to comment.