Skip to content

<algorithm>: count() could use vectorization in C++14/C++17#3262

Merged
StephanTLavavej merged 1 commit intomicrosoft:mainfrom
fsb4000:fix3245
Dec 6, 2022
Merged

<algorithm>: count() could use vectorization in C++14/C++17#3262
StephanTLavavej merged 1 commit intomicrosoft:mainfrom
fsb4000:fix3245

Conversation

@fsb4000
Copy link
Contributor

@fsb4000 fsb4000 commented Dec 4, 2022

@fsb4000 fsb4000 requested a review from a team as a code owner December 4, 2022 01:17
@StephanTLavavej StephanTLavavej added the performance Must go faster label Dec 4, 2022
@fsb4000 fsb4000 changed the title <algorithm>: count() could use vectorization in C++14/C++17 <algorithm>::count() could use vectorization in C++14/C++17 Dec 4, 2022
@StephanTLavavej
Copy link
Member

Thanks! This should merge cleanly with #3247.

@StephanTLavavej StephanTLavavej changed the title <algorithm>::count() could use vectorization in C++14/C++17 <algorithm>: count() could use vectorization in C++14/C++17 Dec 5, 2022
@StephanTLavavej StephanTLavavej self-assigned this Dec 5, 2022
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 6059e75 into microsoft:main Dec 6, 2022
@StephanTLavavej
Copy link
Member

Thanks for fixing and verifying this logic! 🛠️ 🚀 ✅

@fsb4000 fsb4000 deleted the fix3245 branch December 7, 2022 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Must go faster

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<algorithm>: count() is missing vectorization opportunities in C++14/17

3 participants

Comments