-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_zfb
Tsukasa OI edited this page Sep 16, 2022
·
4 revisions
- Status: WITHDRAWN
(but kept for educational purposes due to its simplicity) - Branch:
riscv-zfb
- Tracking PR: #12 (view Pull Request and Diff)
- Mailing List:
- Not planned for now
This branch implemented Zfb
draft extension from zfb branch of riscv-isa-manual.
Since newer draft of Zfb
extension requires additional instructions with complex handling and the extension name itself is renamed to Zfa
, this branch itself is deprecated.
However, it can be a good example to add instructions to the GNU toolchain.
So, this branch is kept for educational purposes (until Zfa
is ratified and upstreamed).