Skip to content

Document RISC-V d and f extensions - #2355

Open
RalfJung wants to merge 2 commits into
rust-lang:masterfrom
RalfJung:riscv
Open

Document RISC-V d and f extensions#2355
RalfJung wants to merge 2 commits into
rust-lang:masterfrom
RalfJung:riscv

Conversation

@RalfJung

@RalfJung RalfJung commented Sep 12, 2026

Copy link
Copy Markdown
Member

This re-lands #2274, except that e is not included this time and d and f are fully stabilized, not just as cfg-only features. (The features are restricted, they cannot be disabled/enabled on some targets. But the same is true for e.g. SSE and neon and I don't think it is reflected here.)

The corresponding rustc PR is rust-lang/rust#161385.

These are being stabilized in
rust-lang/rust#156188 as cfg-only features. It
is a little odd to list them here in the target_feature attribute
section since they can't be used with the attribute, but I think it
makes sense to keep things together. Perhaps in the future we may
consider breaking these lists out into a separate section and rearrange
things.
@rustbot rustbot added the S-waiting-on-review Status: The marked PR is awaiting review from a maintainer label Sep 12, 2026
@RalfJung RalfJung changed the title Document RISC-V d, e, and f extensions Document RISC-V d and f extensions Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: The marked PR is awaiting review from a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants