[libc] [llvm] [libc][math] Refactor expf implementation to header-only in src/__support/math folder. (PR #143790)

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 11 16:11:33 PDT 2025


================
@@ -2569,6 +2569,10 @@ libc_math_function(
 
 libc_math_function(
     name = "expf",
+    hdrs = [
----------------
vonosmas wrote:

(we would also need this if/when we'd be exposing these new shared math headers via Bazel as well.

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


More information about the llvm-commits mailing list