Agreed policy is that RISC-V extensions that have not yet been ratified should be marked as experimental, and enabling them requires the use of the -menable-experimental-extensions flag when using clang alongside the version number. These extensions have now been ratified, so this is no longer necessary, and the target feature names can be renamed to no longer be prefixed with "experimental-".
Details
Details
Diff Detail
Diff Detail
Event Timeline
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence and 27 others. · View Herald TranscriptJan 12 2022, 10:44 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 12 2022, 10:44 AM
This revision is now accepted and ready to land.Jan 12 2022, 11:02 AM
This revision was landed with ongoing or failed builds.Jan 12 2022, 11:34 AM
Closed by commit rG33d008b169f3: [RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be… (authored by asb). · Explain Why
This revision was automatically updated to reflect the committed changes.
clang-format: please reformat the code