Skip to content
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

Workaround Clang 20 float override warnings #500

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Workaround Clang 20 float override warnings #500

merged 2 commits into from
Sep 10, 2024

Conversation

solidpixel
Copy link
Contributor

Supress warning on Clang 20 complaining about manually disabling contraction when using precise.

Fixes #499

@solidpixel solidpixel added this to the 4.9.0 milestone Aug 27, 2024
@solidpixel solidpixel self-assigned this Sep 5, 2024
@solidpixel solidpixel merged commit d055945 into main Sep 10, 2024
7 checks passed
@solidpixel solidpixel deleted the clang_warning branch September 10, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clang 20 warns about both -ffp-model=precise and -ffp-contract=off being set.
2 participants