[libc-commits] [libc] [libc][math] Implement double precision tgamma (PR #210970)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 21 07:37:09 PDT 2026
lntue wrote:
> Hello @lntue I've setup the scaffolding for the function and written out the smoke tests, however when I try to build it (both on my Apple silicon Mac and an Ubuntu Docker container) ninja just doesn't build the smoke test. What are the next steps I should take?
You can try to add `-DLIBC_CMAKE_VERBOSE_LOGGING=ON` to your cmake command. It should print out why the test is skipped.
https://github.com/llvm/llvm-project/pull/210970
More information about the libc-commits
mailing list