-
Notifications
You must be signed in to change notification settings - Fork 15.6k
[libc][math] Refactor expm1 implementation to header-only in src/__support/math folder. #162127
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 2 commits into
main
from
users/bassiounix/spr/10-06-_libc_math_refactor_expm1_implementation_to_header-only_in_src___support_math_folder
Dec 4, 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 Oct 6, 2025
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
This was referenced Oct 6, 2025
Merged
Merged
Merged
Merged
Merged
This was referenced Oct 6, 2025
Merged
Merged
Merged
Merged
Merged
Merged
[libc][math] Refactor exp10m1f16 implementation to header-only in src/__support/math folder.
#161119
Merged
dde8fc1 to
505022a
Compare
b0a94c5 to
079611c
Compare
505022a to
7a078fa
Compare
68bb3fe to
b0a8e59
Compare
7a078fa to
9849410
Compare
b0a8e59 to
58a24a4
Compare
This was referenced Oct 17, 2025
9849410 to
1485d28
Compare
58a24a4 to
0464739
Compare
c5176a0 to
28b8b64
Compare
Base automatically changed from
users/bassiounix/spr/10-05-_libc_math_refactor_exp2m1f16_implementation_to_header-only_in_src___support_math_folder
to
main
November 5, 2025 12:50
0464739 to
c4f55c5
Compare
lntue
approved these changes
Dec 3, 2025
Member
Author
Merge activity
|
c4f55c5 to
c136655
Compare
kcloudy0717
pushed a commit
to kcloudy0717/llvm-project
that referenced
this pull request
Dec 4, 2025
honeygoyal
pushed a commit
to honeygoyal/llvm-project
that referenced
this pull request
Dec 9, 2025
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