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

maybe _mm_insert_epi64 is unavailable on i386? #493

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Oct 30, 2023

Error message of h2o/h2o#3289 indicates that some i386 environments might have access to AVX2 but not to _mm_insert_epi64 because the latter takes a 64-bit int as an argument.

This PR adds the invocation of _mm_insert_epi64 to the test code used for checking if fusion can be used, so that fusion would be disabled on environments that lack support for the intrinsic.

@kazuho kazuho merged commit af66fc4 into master Oct 31, 2023
11 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