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
AVX support is disabled in OS images of Constellation.
lscpu | grep -i avx
AWS
lscpu | grep -i avx prints AVX
AVX
This is an issue with SEV-SNP on AWS in general.
The text was updated successfully, but these errors were encountered:
if there are newer AVX versions supported, this one should show whats availabel: lscpu | grep -o "avx[^ ]*"
lscpu | grep -o "avx[^ ]*"
Sorry, something went wrong.
No branches or pull requests
Issue description
AVX support is disabled in OS images of Constellation.
To reproduce
lscpu | grep -i avx
is emptyEnvironment
AWS
Expected behavior
lscpu | grep -i avx
printsAVX
Additional info
This is an issue with SEV-SNP on AWS in general.
The text was updated successfully, but these errors were encountered: