[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
================
@@ -1951,24 +1951,14 @@ add_entrypoint_object(
libc.src.__support.macros.properties.types
)
-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
-)
-
add_entrypoint_object(
log10
SRCS
log10.cpp
HDRS
../log10.h
DEPENDS
- .log_range_reduction
+ libc.src.__support.math.log_range_reduction
----------------
bassiounix wrote:
reorder to maintain alphabetical order
https://github.com/llvm/llvm-project/pull/175395
More information about the libc-commits
mailing list