Skip to content

Conversation

@StephanTLavavej
Copy link
Member

This ports Ben Niu's MSVC-PR-314800, activating the STL's vectorized algorithms for ARM64EC, now that the compiler supports the various SSE intrinsics that we need. However, the AVX2 intrinsics are still unavailable, so we need to guard them.

@StephanTLavavej StephanTLavavej added the enhancement Something can be improved label Apr 2, 2021
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner April 2, 2021 02:02
@StephanTLavavej StephanTLavavej added the compiler Compiler work involved label Apr 2, 2021
Copy link
Contributor

@CaseyCarter CaseyCarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer #ifndef MEOW to #if !defined(MEOW), but I don't want to hold this up for such an insignificant change and I think we're already inconsistent.

EDIT: I doubly don't want to bother with such an insignificant change given that the internal PR has been merged.

@StephanTLavavej StephanTLavavej merged commit 90ea364 into microsoft:main Apr 5, 2021
@StephanTLavavej StephanTLavavej deleted the vector_algorithms branch April 5, 2021 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compiler Compiler work involved enhancement Something can be improved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants