Skip to content

riscv_ext_rv32ef_fix

Tsukasa OI edited this page Sep 10, 2022 · 8 revisions

Fix: RV32EF conflict no longer exists

Issue Solved

RV32EF 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 F extension requires I base.

However, the next ratified version of the RISC-V ISA Manual (20190608-Base-Ratified) removed such limitation.

Clone this wiki locally