-
Notifications
You must be signed in to change notification settings - Fork 273
Update GCC builtin declarations #5918
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
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
Codecov Report
@@ Coverage Diff @@
## develop #5918 +/- ##
========================================
Coverage 76.08% 76.09%
========================================
Files 1548 1548
Lines 166399 166401 +2
========================================
+ Hits 126603 126619 +16
+ Misses 39796 39782 -14
Continue to review full report at Codecov.
|
2a62346
to
d800816
Compare
d800816
to
992e588
Compare
ed7fb2a
to
489664d
Compare
489664d
to
4788442
Compare
4788442
to
fa4be9d
Compare
NlightNFotis
approved these changes
Apr 8, 2021
fa4be9d
to
d930ced
Compare
d930ced
to
de761cd
Compare
GCC has moved from Subversion to Git, and the files providing definitions of built-ins have changed.
We want each declaration to be on a single line to simplify automatic manipulation, e.g., using get-gcc-builtins.sh.
These builtins match GCC revision 425afe1f0c907.
Although https://gcc.gnu.org/onlinedocs/gcc/x86-Built-in-Functions.html claims the types are di (long long), the actual uses im mmintrin.h are 1-element vectors in GCC, and Clang's BuiltinsX86.def confirms this. Fixes: diffblue#6470
de761cd
to
249bee1
Compare
kroening
approved these changes
Dec 5, 2021
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.
These builtins match GCC revision 425afe1f0c907.