[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:08:24 PDT 2025


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

Can we add a new libc_support_library for these instead, and add a dependency for it below?

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


More information about the llvm-commits mailing list