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

GPU: Add optimized NEON path for analyzing index buffers #613

Merged
merged 6 commits into from
Oct 20, 2024

Conversation

wheremyfoodat
Copy link
Owner

Should improve perf on arm64 devices. I have written most of an x64 version too, but it requires SSE4.1 so I am unsure how to proceed on that.

@wheremyfoodat
Copy link
Owner Author

Added SSE4.1 path and enabled SSE4.1 support for GCC/Clang builds by default unless disabled via the DISABLE_SSE4 option, sadly can't do the same for MSVC because there's no /arch:SSE4.1 flag, only SSE4.2

Would be ideal to switch to clang-cl but annoyingly, cryptopp refuses to work there

@wheremyfoodat wheremyfoodat merged commit 5d28f11 into master Oct 20, 2024
14 checks passed
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.

1 participant