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
This issue is for implementing the log10p1f16 function for the _Float16 type as specified by the C23 standard, within LLVM's libc implementation.
log10p1f16
_Float16
This function calculates log10(1 + x).
log10(1 + x)
This work contributes to the larger goal tracked in issue #95250 ([gsoc2024][libc][math][c23] Implement _Float16 higher math functions).
The text was updated successfully, but these errors were encountered:
@llvm/issue-subscribers-libc
Author: Yuning Xia (yuninxia)
Sorry, something went wrong.
Hi @overmighty, @lntue,
I would like to work on implementing log10p1f16 for this issue.
Thanks!
yuninxia
No branches or pull requests
This issue is for implementing the
log10p1f16
function for the_Float16
type as specified by the C23 standard, within LLVM's libc implementation.This function calculates
log10(1 + x)
.This work contributes to the larger goal tracked in issue #95250 ([gsoc2024][libc][math][c23] Implement _Float16 higher math functions).
The text was updated successfully, but these errors were encountered: