Replies: 2 comments 1 reply
-
We've been building with zfinx support for a while and beyond adding "zfinx" to the march you also need to extend CC_OPTS with -mno-fdiv to prevent GCC from calling the zfinx hardware for DIV and SQRT instructions and instead inject the soft_float library version of the same commands. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Absolutely! But before doing that I would like to "complete" the FPU since there are still some TODOs:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just stumbled over the fact that GCC in version
13.2.0
seems to support theZfinx
extension from C code! 🎇See: https://godbolt.org/z/61hx5hGs7
... so me might want to document that 😊.
What do you think @stnolting ?
Beta Was this translation helpful? Give feedback.
All reactions