Skip to content
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

Remove attempt on unsized find vectorization... #4486

Merged
merged 13 commits into from
Mar 19, 2024

Conversation

AlexGuteniev
Copy link
Contributor

... except for 1-byte element, where we can still yield to memchr

Fixes #4485

Drive-by: signed coverage doesn't make difference here

... except for 1-byte element, where we can still yield to `memchr`
drive-by: signed coverage doesn't make difference here
@AlexGuteniev AlexGuteniev requested a review from a team as a code owner March 16, 2024 15:03
@StephanTLavavej StephanTLavavej added bug Something isn't working ASan Address Sanitizer labels Mar 17, 2024
@StephanTLavavej StephanTLavavej self-assigned this Mar 17, 2024
stl/inc/xutility Outdated Show resolved Hide resolved
stl/inc/xutility Outdated Show resolved Hide resolved
stl/inc/xutility Outdated Show resolved Hide resolved
stl/inc/xutility Show resolved Hide resolved
@AlexGuteniev

This comment was marked as resolved.

@StephanTLavavej

This comment was marked as resolved.

@StephanTLavavej

This comment was marked as resolved.

@AlexGuteniev

This comment was marked as resolved.

@StephanTLavavej

This comment was marked as resolved.

@AlexGuteniev

This comment was marked as duplicate.

@StephanTLavavej
Copy link
Member

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

stl/inc/xutility Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej merged commit 9a4cda8 into microsoft:main Mar 19, 2024
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for fixing this regression and double-checking my changes! 🎉 😸 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASan Address Sanitizer bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

ASan failures in __std_find_trivial_unsized_impl
2 participants