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

Support x86 (32-bit) #2

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Support x86 (32-bit) #2

merged 2 commits into from
Dec 11, 2024

Conversation

onethumb
Copy link

@onethumb onethumb commented Dec 11, 2024

x86 (32-bit) systems don’t have access to _mm_extract_epi64 in SSE4.1, so an alternate approach is required to support those systems.

See: #1

x86 (32-bit) systems don’t have access to ‘_mm_extract_epi64’ in
SSE4.1, so an alternate approach is required to support those systems.
@onethumb onethumb merged commit d7dcc68 into main Dec 11, 2024
1 check 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