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

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 12 09:17:08 PDT 2025


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

Updated bazel targets.

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


More information about the llvm-commits mailing list