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
hi!
Since 0bd53dd it's no longer possible to use comptime std.math code to precompute comptime data.
bug or feature? (I mean, I don't quite understand the math precision vodoo with forced eval, so maybe it was previously working by mistake...)
example: https://godbolt.org/z/jMfbTE
The text was updated successfully, but these errors were encountered:
Related: #6168
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
hi!
Since 0bd53dd
it's no longer possible to use comptime std.math code to precompute comptime data.
bug or feature?
(I mean, I don't quite understand the math precision vodoo with forced eval, so maybe it was previously working by mistake...)
example: https://godbolt.org/z/jMfbTE
The text was updated successfully, but these errors were encountered: