[libc-commits] [libc] [llvm] [libc][math] Refactor log to header-only shared math (PR #175395)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Sat Jan 10 22:07:33 PST 2026
================
@@ -1025,6 +1025,33 @@ add_header_library(
libc.src.__support.FPUtil.multiply_add
)
+add_header_library(
+ log_range_reduction
+ HDRS
+ log_range_reduction.h
+ DEPENDS
+ libc.src.__support.fputil.dyadic_float
+ libc.src.__support.math.common_constants
+ libc.src.__support.uint128
+)
----------------
bassiounix wrote:
move down of `log` to maintain order.
https://github.com/llvm/llvm-project/pull/175395
More information about the libc-commits
mailing list