[libc-commits] [libc] [llvm] [libc][math] Refactor log to header-only shared math (PR #175395)

via libc-commits libc-commits at lists.llvm.org
Sat Jan 10 15:34:58 PST 2026


================
@@ -1025,6 +1025,23 @@ add_header_library(
     libc.src.__support.FPUtil.multiply_add
 )
 
+add_header_library(
+  log 
+  HDRS
+    log.h
+  DEPENDS
+    libc.src.__support.FPUtil.double_double
+    libc.src.__support.FPUtil.dyadic_float
+    libc.src.__support.FPUtil.fenv_impl
+    libc.src.__support.FPUtil.fp_bits
+    libc.src.__support.FPUtil.multiply_add
+    libc.src.__support.FPUtil.polyeval
+    libc.src.__support.integer_literals
+    libc.src.__support.macros.optimization
+    libc.src.__support.math.common_constants
+    libc.src.math.generic.log_range_reduction
----------------
CarvedCoder wrote:

sorry i didn't see your replies let me fix it now


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


More information about the libc-commits mailing list