-
Notifications
You must be signed in to change notification settings - Fork 2
riscv_zfa_fli_h_req
Tsukasa OI edited this page Aug 15, 2023
·
4 revisions
- Status: Merged for Binutils 2.42
- Branch:
riscv-zfa-fli-h-req - Tracking PR: #130 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2023-08-12)
The documentation of the Zfa extension states that fli.h is available if the Zfh or Zvfh extension is implemented (both the latest and the oldest editions are checked).
This fact was not reflected in Binutils (Zvfh implies Zfhmin, not full Zfh extension and fli.h required Zfh and Zfa extensions).
This commit makes fli.h also available when both Zfa and Zvfh extensions are implemented.