[all-commits] [llvm/llvm-project] 9af2c2: [libc][math] Refactor atan2f implementation to hea...
Muhammad Bassiouni via All-commits
all-commits at lists.llvm.org
Fri Aug 1 06:06:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9af2c21be4bc949bfa200eac55035f786c7c3f98
https://github.com/llvm/llvm-project/commit/9af2c21be4bc949bfa200eac55035f786c7c3f98
Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M libc/shared/math.h
A libc/shared/math/atan2f.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/atan2f.h
A libc/src/__support/math/atan2f_float.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/atan2f.cpp
R libc/src/math/generic/atan2f_float.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (#150993)
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