[libc-commits] [libc] [libc][math][c23] Add log2p1f16 C23 math function (PR #186754)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Mon Mar 16 04:38:09 PDT 2026


================
@@ -1859,6 +1859,17 @@ add_entrypoint_object(
     libc.src.errno.errno
 )
 
+add_entrypoint_object(
+  log2p1f16
+  SRCS
+    log2p1f16.cpp
+  HDRS
+    ../log2p1f16.h
+  DEPENDS
+    libc.src.__support.math.log2p1f16
+    libc.src.errno.errno
----------------
vhscampos wrote:

`errno` doesn't seem to be used. Is this dependency here superfluous?

https://github.com/llvm/llvm-project/pull/186754


More information about the libc-commits mailing list