-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[libc][math] Refactor atanf16 implementation to header-only in src/__support/math folder. #150868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bassiounix
merged 1 commit into
main
from
users/bassiounix/spr/07-28-_libc_math_refactor_atanf16_implementation_to_header-only_in_src___support_math_folder
Jul 30, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jul 28, 2025
Merged
Merged
@llvm/pr-subscribers-libc Author: Muhammad Bassiouni (bassiounix) ChangesPart 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 Full diff: https://github.com/llvm/llvm-project/pull/150868.diff 9 Files Affected:
|
This was referenced Jul 27, 2025
19f366d
to
ca83f9d
Compare
65ffa96
to
e361d72
Compare
ca83f9d
to
9cac4fc
Compare
e361d72
to
5077f3f
Compare
5077f3f
to
bd94b9d
Compare
9cac4fc
to
9fc891c
Compare
bd94b9d
to
f4dade3
Compare
ec6b90c
to
64249f7
Compare
72b3b89
to
a491096
Compare
Base automatically changed from
users/bassiounix/spr/07-28-_libc_math_refactor_atanf_implementation_to_header-only_in_src___support_math_folder
to
main
July 30, 2025 04:24
…support/math folder.
4cc63c7
to
8ca5b0c
Compare
lntue
approved these changes
Jul 30, 2025
Merge activity
|
This was referenced Jul 30, 2025
Merged
Merged
Merged
Merged
Merged
This was referenced Aug 13, 2025
Merged
Merged
Merged
This was referenced Sep 29, 2025
[libc][math] Refactor exp10m1f16 implementation to header-only in src/__support/math folder.
#161119
Merged
Merged
Merged
Open
Open
This was referenced Oct 6, 2025
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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