-
Notifications
You must be signed in to change notification settings - Fork 13.2k
[libc][math][C23] Implement sinpif, cospif, tanpif functions for single precision. #94895
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
Open
2 of 3 tasks
Comments
CC @lntue |
lravenclaw
pushed a commit
to lravenclaw/llvm-project
that referenced
this issue
Jul 3, 2024
…ll rounding modes. (llvm#97149) This implements the sinpif function. An exhaustive test shows it's correct for all rounding modes. Issue: llvm#94895
kbluck
pushed a commit
to kbluck/llvm-project
that referenced
this issue
Jul 6, 2024
…ll rounding modes. (llvm#97149) This implements the sinpif function. An exhaustive test shows it's correct for all rounding modes. Issue: llvm#94895
Hi, Have the |
Hi @wsehjk , |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Defined here: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf
The text was updated successfully, but these errors were encountered: