[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 15:35:27 PST 2026
================
@@ -1039,7 +1039,7 @@ add_header_library(
libc.src.__support.integer_literals
libc.src.__support.macros.optimization
libc.src.__support.math.common_constants
- .log_range_reduction
+ libc.src.math.generic.log_range_reduction
----------------
bassiounix wrote:
you can't have `libc.src.math.generic` here. you have to move the whole `log_range_reduction.h` file with `log.h` and modify the build system accordingly!
https://github.com/llvm/llvm-project/pull/175395
More information about the libc-commits
mailing list