We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some combination of our atan2 implementation and the builtin clz causes recent gcc to die with an internal compiler error (https://gcc.gnu.org/ml/gcc-bugs/2017-08/msg01578.html).
The text was updated successfully, but these errors were encountered:
Use gcc 5 to fix travis issues with bug #23
1d2c9de
Merge pull request #24 from Cat-Ion/gcc-5
6580597
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82025 Apparently fixed in gcc 8
Sorry, something went wrong.
No branches or pull requests
Some combination of our atan2 implementation and the builtin clz causes recent gcc to die with an internal compiler error (https://gcc.gnu.org/ml/gcc-bugs/2017-08/msg01578.html).
The text was updated successfully, but these errors were encountered: