-
Notifications
You must be signed in to change notification settings - Fork 2
riscv_zfa
Tsukasa OI edited this page Sep 16, 2022
·
3 revisions
- Branch:
riscv-zfa - Tracking PR: #56 (view Pull Request and Diff)
- Mailing List:
- Not planned for now
This patchset implements the draft implementation of the Zfa extension (formerly the Zfb extension).
To implement FLI instructions, it requires new operand type ('i'), which accepts either:
- Values:
0...29(inclusive)
Unlike draft specification, it does allow not only decimal numbers but complex expressions. However, they are not tested (intentionally). -
min(encoded as1, equivalent to value1) -
inf(encoded as30, decimal representation is invalid) -
nan(encoded as31, decimal representation is invalid)