-
Notifications
You must be signed in to change notification settings - Fork 318
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
Highway 1.0.4 + aarch64 + GCC 13.0.1: test 88 and 89 failures #1239
Comments
What do you refer to with 13.0.1 ? I do not see any release yet. |
gcc-13.0.1 is latest git snapshot, propably. |
Thanks for reporting. Looks like IsInf is not returning true as expected. Would you mind inserting these lines before line 380 of highway_test.cc and sharing the output?
With clang I am seeing inf and -nan as expected. |
I was hoping to run this in Godbolt but looks like they do not support that (qemu) yet: |
Any news on this? |
Yes, I'm currently seeing NEON tests (run_tests.sh with -11 changed to -13) pass. This is GCC 13.2.0. Is it an option to update to that compiler? |
The following tests are failing on AARCH64 with GCC 13.0.1 on the latest release:
Here is the output:
The text was updated successfully, but these errors were encountered: