-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aarch64/fenv.c:41:23: error: invalid initializer #278
Comments
since fenv_t is a struct, its initializer should be {0}. You can change this line into: |
There's the same warning on riscv64:
This also makes Julia crash on riscv64 during bootstrap after the update of openlibm to v0.8.4 with the following error message
On that commit, Julia uses |
Trying to build this for aarch64, and even tried to remove the constant to fix this, but I think I'll open an issue on this. I hope this is just me compiling this incorrectly haha
The text was updated successfully, but these errors were encountered: