[libc-commits] [libc] [llvm] [libc][math] Impl bfloat16 lgamma function. (PR #199312)
Kiriti Ponduri via libc-commits
libc-commits at lists.llvm.org
Fri May 29 05:56:23 PDT 2026
================
@@ -401,6 +418,7 @@ add_header_library(
atanpif16.h
DEPENDS
libc.hdr.fenv_macros
+ libc.src.__support.math.log
----------------
udaykiriti wrote:
- I ran a command to add the dependency, but it accidentally appended libc.src.__support.math.log to a global list instead of the specific target.
https://github.com/llvm/llvm-project/pull/199312
More information about the libc-commits
mailing list