Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize Ratified RISC-V Target Features #116485

Merged
merged 1 commit into from
Oct 30, 2023

Commits on Oct 11, 2023

  1. 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:
    * Atomic Instructions (A) on v2.0
    * Compressed Instructions (C) on v2.0
    * Integer Multiplication and Division (M) on v2.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`
    coastalwhite committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6988d22 View commit details
    Browse the repository at this point in the history