[all-commits] [llvm/llvm-project] b8bc3f: [libc][math] Refactor exp10f implementation to hea...
Muhammad Bassiouni via All-commits
all-commits at lists.llvm.org
Thu Jul 17 10:25:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8bc3ff9bedf0b8f1d38273f7920cb0bba1a5a9e
https://github.com/llvm/llvm-project/commit/b8bc3ff9bedf0b8f1d38273f7920cb0bba1a5a9e
Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
Date: 2025-07-17 (Thu, 17 Jul 2025)
Changed paths:
M libc/shared/math.h
A libc/shared/math/exp10f.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/exp10f.h
A libc/src/__support/math/exp10f_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/atanhf.cpp
M libc/src/math/generic/coshf.cpp
M libc/src/math/generic/exp10f.cpp
R libc/src/math/generic/exp10f_impl.h
R libc/src/math/generic/explogxf.cpp
M libc/src/math/generic/explogxf.h
M libc/src/math/generic/powf.cpp
M libc/src/math/generic/sinhf.cpp
M libc/test/src/math/explogxf_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor exp10f implementation to header-only in src/__support/math folder. (#148405)
Part of #147386
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