[all-commits] [llvm/llvm-project] c25a5e: [libc][math] Refactor expf16 implementation to hea...
Muhammad Bassiouni via All-commits
all-commits at lists.llvm.org
Thu Jul 10 19:22:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c25a5e08ba8242bd4eca387adb557ee4185a0c1e
https://github.com/llvm/llvm-project/commit/c25a5e08ba8242bd4eca387adb557ee4185a0c1e
Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M libc/shared/math.h
A libc/shared/math/expf16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expf16.h
A libc/src/__support/math/expf16_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expf16.cpp
M libc/src/math/generic/expxf16.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor expf16 implementation to header-only in src/__support/math folder. (#147428)
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