-
Notifications
You must be signed in to change notification settings - Fork 2
riscv_ext_rv32q_fix
Tsukasa OI edited this page Jul 16, 2022
·
1 revision
- Status: Merged for 2.39
- Branch:
riscv-ext-rv32q-fix - Tracking PR: none
- Mailing List:
- PATCH v1 (2022-02-07)
RV32Q combination is no longer prohibited by the ISA Manual.
This restriction is introduced in binutils' RV32E support commit 7f99954970001cfc1b155d877ac2966d77e2c647. At that time, the latest ratified version of the RISC-V ISA Manual (version 2.2) stated that Q extension requires RV64IFD.
However, the next ratified version of the RISC-V ISA Manual (20190608-Base-Ratified) removed such limitation.