-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions #154652
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
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b58785d
feat: implement {,u}fromfp{,x}bf16 math functions
krishna2803 0a2b527
chore: add tests for {,u}fromfp{,x}bf16 math functions
krishna2803 baaf0e0
chore: update entrypoints
krishna2803 733f4f1
chore: update docs
krishna2803 4a80312
feat: implement next{after,down,toward,up}bf16 math functions
krishna2803 446e637
chore: add smoke tests for next{after,down,toward,up}bf16 math functions
krishna2803 a98b928
chore: update entrypoints
krishna2803 12f1923
docs: add next{after,down,toward,up}bf16 math functions
krishna2803 6f8d84d
feat: implement {get,set}payloadbf16 and setpayloadsigbf16 math funct…
krishna2803 c8f4380
chore: implement smoke tests for {get,set}payloadbf16 and setpayloads…
krishna2803 8ea9354
fix: add correct static_cast for fputil::getpload for bfloat16
krishna2803 fc2b6eb
chore: update entrypoints
krishna2803 70e4463
docs: add {get,set}payloadbf16 and setpayloadsigbf16 math functions
krishna2803 ea9625e
feat: implement nanbf16 math function
krishna2803 ae0e616
chore: add smoke tests for nanbf16 math function
krishna2803 27364c5
chore: update entrypoints
krishna2803 250cfea
docs: add nanbf16
krishna2803 832bbc6
feat: implement {frexp,ilogb,ldexp,llogb,logb}bf16 math functions
krishna2803 a08faab
chore: add smoke tests for {frexp,ilogb,ldexp,llogb,logb}bf16 math fu…
krishna2803 5fb2a5c
chore: update entrypoints
krishna2803 5f0ab92
fix: infinite recursion and tests
krishna2803 49dc65d
docs: add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions
krishna2803 fc5e215
feat: implement {modf,remainder,remquo}bf16 math functions
krishna2803 d0e8c83
chore: add smoke tests for {modf,remainder,remquo}bf16 math functions
krishna2803 7711efd
chore: update entrypoints
krishna2803 e52a7fa
docs: add {modf,remainder,remquo}bf16 math functions
krishna2803 25674ef
chore: remove fmodbf16 from CMakeLists.txt
krishna2803 2bf7920
fix: add cpp::min in LdExpTest.h
krishna2803 c1f2be2
merge: branch 'users/krishna2803/frexpbf16' into users/krishna2803/mo…
krishna2803 5a76e02
fix: nits
krishna2803 7284969
merge: branch 'main' into users/krishna2803/modfbf6
krishna2803 916c997
merge: branch 'main' into users/krishna2803/modfbf6
krishna2803 9130ec2
fix: entrypoints.txt
krishna2803 0de6843
nit: sort entrypoints
krishna2803 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.