[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:51 PDT 2025
================
@@ -250,6 +250,7 @@ def libc_header_library(name, hdrs, deps = [], **kwargs):
def libc_math_function(
name,
+ hdrs = [],
----------------
vonosmas wrote:
(and then this change won't be needed)
https://github.com/llvm/llvm-project/pull/143790
More information about the llvm-commits
mailing list