[all-commits] [llvm/llvm-project] 01e33d: [libc][math] Refactor cosf implementation to heade...
Muhammad Bassiouni via All-commits
all-commits at lists.llvm.org
Mon Aug 4 20:37:04 PDT 2025
Branch: refs/heads/users/bassiounix/spr/08-05-_libc_math_refactor_cosf_implementation_to_header-only_in_src___support_math_folder
Home: https://github.com/llvm/llvm-project
Commit: 01e33d39b95bac99b1c3c4cabd2e3baa0d8cfde0
https://github.com/llvm/llvm-project/commit/01e33d39b95bac99b1c3c4cabd2e3baa0d8cfde0
Author: bassiounix <muhammad.m.bassiouni at gmail.com>
Date: 2025-08-05 (Tue, 05 Aug 2025)
Changed paths:
M libc/shared/math.h
A libc/shared/math/cosf.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/cosf.h
A libc/src/__support/math/range_reduction.h
A libc/src/__support/math/range_reduction_fma.h
A libc/src/__support/math/sincosf_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/cosf.cpp
M libc/src/math/generic/cospif.cpp
R libc/src/math/generic/range_reduction.h
R libc/src/math/generic/range_reduction_fma.h
M libc/src/math/generic/sincosf.cpp
R libc/src/math/generic/sincosf_utils.h
M libc/src/math/generic/sinf.cpp
M libc/src/math/generic/sinpif.cpp
M libc/src/math/generic/tanf.cpp
M libc/src/math/generic/tanpif.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor cosf implementation to header-only in src/__support/math folder.
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