[all-commits] [llvm/llvm-project] d1ca8d: [libc][math] Refactor expf implementation to heade...
lntue via All-commits
all-commits at lists.llvm.org
Thu Jun 12 10:18:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1ca8d891ff038ec29e67065a446aa2f2043325e
https://github.com/llvm/llvm-project/commit/d1ca8d891ff038ec29e67065a446aa2f2043325e
Author: lntue <lntue at google.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
A libc/shared/math.h
A libc/shared/math/expf.h
M libc/src/__support/CMakeLists.txt
A libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/exp_float_constants.h
A libc/src/__support/math/expf.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expf.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
Log Message:
-----------
[libc][math] Refactor expf implementation to header-only in src/__support/math folder. (#143790)
This is a step in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list