-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stabilize Ratified RISC-V Target Features
As shortly discussed on Zulip (https://rust-lang.zulipchat.com/#narrow/stream/250483-t-compiler.2Frisc-v/topic/Stabilization.20of.20RISC-V.20Target.20Features/near/394793704), this commit stabilizes the ratified RISC-V instruction bases and extensions. Specifically, this commit stabilizes the: * Instruction-Fetch Fence (Zifencei) on v2.0 * Control and Status Register (Zcsr) on v2.0 * Pause Hint (Zihintpause) on v2.0 * Zicntr and Zihpm were ratified March 2023 * Total Store Ordering (Ztso) on v1.0 * Supervisor-level Instructions (S) on v1.12 * Atomic Instructions (A) on v2.0 * Compressed Instructions (C) on v2.0 * Double-Precision Floating-Point (D) on v2.2 * Embedded Base (E) (Given as `RV32E` / `RV64E`) on v2.0 * Single-Precision Floating-Point (F) on v2.2 * Integer Multiplication and Division (M) on v2.0 * Vector Operations (V) on v1.0 * Bit Manipulations (B) on v1.0 listed as `zba`, `zbc`, `zbs` * Scalar Cryptography (Zk) v1.0.1 listed as `zk`, `zkn`, `zknd`, `zkne`, `zknh`, `zkr`, `zks`, `zksed`, `zksh`, `zkt`, `zbkb`, `zbkc` `zkbx` * Double-Precision Floating-Point in Integer Register (Zdinx) on v1.0 * Half-Precision Floating-Point (Zfh) on v1.0 * Minimal Half-Precision Floating-Point (Zfhmin) on v1.0 * Single-Precision Floating-Point in Integer Register (Zfinx) on v1.0 * Half-Precision Floating-Point in Integer Register (Zhinx) on v1.0 * Minimal Half-Precision Floating-Point in Integer Register (Zhinxmin) on v1.0
- Loading branch information
1 parent
333e9e9
commit fec1880
Showing
1 changed file
with
40 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters