[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:26:04 PST 2026


================
@@ -0,0 +1,845 @@
+#ifndef LLVM_LIBC_SRC___SUPPORT_MATH_LOG_H
+#define LLVM_LIBC_SRC___SUPPORT_MATH_LOG_H
+
+#include "log_range_reduction.h"
----------------
bassiounix wrote:

`log_range_reduction.h` needs to be ported as well with `log.h` file.

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


More information about the libc-commits mailing list