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
The current arc-trig implementations in the std are algorithms ported from musl.
Would it make sense to refactor the std functions to invoke the hardware instruction instead when compiling to x86 targets?
Info: https://www.felixcloutier.com/x86/fpatan
The text was updated successfully, but these errors were encountered:
Tracked in #767 (comment)
Sorry, something went wrong.
No branches or pull requests
The current arc-trig implementations in the std are algorithms ported from musl.
Would it make sense to refactor the std functions to invoke the hardware instruction instead when compiling to x86 targets?
Info: https://www.felixcloutier.com/x86/fpatan
The text was updated successfully, but these errors were encountered: