Skip to content

[libc][math][c23] Implement C23 math function log10p1f16 #133202

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
yuninxia opened this issue Mar 27, 2025 · 2 comments
Open

[libc][math][c23] Implement C23 math function log10p1f16 #133202

yuninxia opened this issue Mar 27, 2025 · 2 comments
Assignees

Comments

@yuninxia
Copy link

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).

@llvmbot llvmbot added the libc label Mar 27, 2025
@llvmbot
Copy link
Member

llvmbot commented Mar 27, 2025

@llvm/issue-subscribers-libc

Author: Yuning Xia (yuninxia)

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).

@yuninxia
Copy link
Author

Hi @overmighty, @lntue,

I would like to work on implementing log10p1f16 for this issue.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants