[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
Sun Jan 11 13:26:37 PST 2026


================
@@ -5,845 +5,10 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
-
 #include "src/math/log.h"
----------------
bassiounix wrote:

```suggestion

#include "src/math/log.h"
```

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


More information about the libc-commits mailing list