Skip to content

vector_algorithms.cpp: Fix ARM64EC build break#4538

Merged
StephanTLavavej merged 1 commit intomicrosoft:mainfrom
StephanTLavavej:doors-and-corners
Mar 28, 2024
Merged

vector_algorithms.cpp: Fix ARM64EC build break#4538
StephanTLavavej merged 1 commit intomicrosoft:mainfrom
StephanTLavavej:doors-and-corners

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
@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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants