We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#862 added initial support for AVX-512, however the following features are still unsupported:
avx512vbmi
avx512vbmi2
avx512vpopcntdq
avx512vnni
avx512bitalg
avx512bf16
avx512vp2intersect
These use different CPUID registers than the others (e.g. ecx)
ecx
Edit: updated after #1035
The text was updated successfully, but these errors were encountered:
This comment details my findings in regards to avx512vbmi(2).
avx512vbmi(2)
I'd still double check first, however I'm more than happy to run any tests that'd help validate things.
Sadly my CPU doesn't have support for any of the others.
Sorry, something went wrong.
No branches or pull requests
#862 added initial support for AVX-512, however the following features are still unsupported:
avx512vbmi
avx512vbmi2
avx512vpopcntdq
avx512vnni
avx512bitalg
avx512bf16
avx512vp2intersect
These use different CPUID registers than the others (e.g.
ecx
)Edit: updated after #1035
The text was updated successfully, but these errors were encountered: