-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
8308966 Add intrinsic for float/double modulo for x86 AVX2 and AVX512 #14224
Closed
+902
−1
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
d1bbe6f
First cut implementation
asgibbons e2ba044
Fix assert format
asgibbons 915a982
Remove infrastructure for fmod as intrinsic
asgibbons 2f6daf6
Remove infrastructure for fmod as intrinsic
asgibbons 7e97fe2
Fixed tests; fixed non-x86 builds.
asgibbons eb7df80
Fixed tests; fixed non-x86 builds.
asgibbons d2dd8c1
Merge branch 'openjdk:master' into fmod
asgibbons 144a36c
Fix evmovdquq => vmovdqu
asgibbons 609c717
Fix evmovdquq => vmovdqu
asgibbons 7d99290
Fix evmovdquq => vmovdqu
asgibbons bbc1dd7
Fix Windows build
asgibbons f6730df
Fix some instruction dependencies
asgibbons 26d6b82
Merge branch 'openjdk:master' into fmod
asgibbons 5992a95
More Windows failures
asgibbons 7a9bd9c
Wrong vector lengths
asgibbons 5a5388b
Code cleanup
asgibbons fe9b892
Fix conditions for generating fmod
asgibbons ad6381a
Address first round of review comments.
asgibbons c4a5973
Replace tab with spaces to satisfy checker
asgibbons 351afa3
Address review comments
asgibbons e113195
Change to more efficient algorithm for AVX512
asgibbons 904d6d9
Code cleanup
asgibbons 26a821f
Correct transliteration issue
asgibbons 85999cd
Indentation; spread source into assembly
asgibbons 1b44cd6
Review comments.
asgibbons 624d124
Finish review comments; add tests for corner cases
asgibbons 9b2c1db
Fix test
asgibbons e77d081
Fix tests; need vlbwdq for vpbroadcastq
asgibbons 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can relax this to supports_vl().