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.
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
mismatch
vectorization #4495mismatch
vectorization #4495Changes from 22 commits
9c4e4c2
4c008fd
b69c04c
38633a0
ac2786d
2d0cff9
f45dbbd
b0d6ece
4fd7b43
fef5885
2bd29b0
5b1dc1b
abc7e96
8a897d7
9c92384
57d8aee
d253100
fac4796
1e6b258
a0b05c8
5253b71
b9e8065
3b01b63
4771515
69ccaae
929fcfc
bdd374e
1284aa5
b0fbdca
afa152d
d0a7ce1
0d0e423
90e5f37
82c651b
d69c3d3
eab5917
f52e2d9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
🐞 Bug: This has
_Use_sse2()
as the guard for_Traits::_Cmp_sse()
, which potentially needs more:STL/stl/src/vector_algorithms.cpp
Lines 1830 to 1836 in 8e2d724
I'll fix this occurrence, but this has been repeatedly hazardous, so I'll also file a followup issue.