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
Bug
Ubuntu 22.04.4 LTS
behavior occurs on on CPU's where cat /proc/cpuinfo | grep adx returns nothing (unsupported adx instruction set)
unit tests should complete successfully
run unit tests on CPUS without ADX instructions set support (cat /proc/cpuinfo | grep adx returns nothing)
problem isolated to ffiasm library which uses assembly code adcx and adox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Bug
OS platform and distribution
Ubuntu 22.04.4 LTS
Current behavior?
behavior occurs on on CPU's where cat /proc/cpuinfo | grep adx returns nothing (unsupported adx instruction set)
Expected Behavior?
unit tests should complete successfully
Standalone code or description to reproduce the issue
run unit tests on CPUS without ADX instructions set support (cat /proc/cpuinfo | grep adx returns nothing)
Additional context
problem isolated to ffiasm library which uses assembly code adcx and adox
The text was updated successfully, but these errors were encountered: