-
Notifications
You must be signed in to change notification settings - Fork 33
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
is there any implemtion with avx2 my cpu doesnt support it :( #19
Comments
As the description of the project mentions , you can use a library like simd-everywhere to support other architecture's without the need to modify any code |
@duckdoom5 Could you be a bit more elaborate how to use simd-everywhere? Do I need to include simd-everywhere header in your library? |
Yeah, so what you do is include the simde library in your project, following the guide on their GitHub page. (As mentioned there, make sure to select your preferred architecture(s)). Then you can use the options they have to replace the calls to simd instructions in this uuid library. The easiest is probably to just put FYI, this isn't my library. I just answered the question |
@duckdoom5 Thanks |
No description provided.
The text was updated successfully, but these errors were encountered: