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

Visual Studio ARM workaround #563

Merged
merged 7 commits into from
Nov 19, 2023
Merged

Visual Studio ARM workaround #563

merged 7 commits into from
Nov 19, 2023

Conversation

lemire
Copy link
Member

@lemire lemire commented Nov 19, 2023

Under ARM, we'd like to just do...

uint8x16_t bit_mask = {0x01, 0x02, 0x4, 0x8, 0x10, 0x20, 0x40, 0x80,
                           0x01, 0x02, 0x4, 0x8, 0x10, 0x20, 0x40, 0x80};

But Visual Studio refuses to let us do it, so we need a workaround. This is a pretty decent one (performance-wise).

@anonrig anonrig merged commit 793ad00 into main Nov 19, 2023
35 checks passed
@anonrig anonrig deleted the vsarm_workaround branch November 19, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants