[libc-commits] [libc] [llvm] [libc][math] Refactor sinf implementation to header-only in src/__support/math folder. (PR #177963)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 09:00:37 PST 2026
================
@@ -82,4 +82,5 @@ add_fp_unittest(
libc.src.__support.math.sin
libc.src.__support.math.tan
libc.src.__support.math.tanf
+ libc.src.__support.math.sinf
----------------
bassiounix wrote:
```suggestion
libc.src.__support.math.sin
libc.src.__support.math.sinf
libc.src.__support.math.tan
libc.src.__support.math.tanf
```
https://github.com/llvm/llvm-project/pull/177963
More information about the libc-commits
mailing list