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

vector_algorithms.cpp: Fix ARM64EC build break #4538

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

StephanTLavavej
Copy link
Member

Followup to #4495.

The usage of _Avx2_tail_mask_32() is always guarded by #ifndef _M_ARM64EC, and we need to do the same for the definition. (It's still within an unnamed namespace.)

I'm adding a newline to make the preprocessor structure of the file clearer.

It's still within an unnamed namespace.
@StephanTLavavej StephanTLavavej added bug Something isn't working ARM64 Related to the ARM64 architecture labels Mar 28, 2024
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner March 28, 2024 18:50
@StephanTLavavej StephanTLavavej merged commit 4a14a49 into microsoft:main Mar 28, 2024
35 checks passed
@StephanTLavavej StephanTLavavej deleted the doors-and-corners branch March 28, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM64 Related to the ARM64 architecture bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants