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
we support it on other x86 machines (w/accel)
#1357
https://ahelpme.com/software/qemu/qemu-full-virtualization-cpu-emulations-enable-disable-cpu-flags-instruction-sets-of-qemu-6-2-0/
https://gitlab.com/qemu-project/qemu/-/issues/164
sample program that uses cpuid to check for avx:
https://gist.github.com/hi2p-perim/7855506
I think it's not implemented in TCG cause you can run it with hardware acceleration but it doesn't show up in TCG
The text was updated successfully, but these errors were encountered:
https://wiki.qemu.org/ChangeLog/7.2 has avx and avx2
Sorry, something went wrong.
No branches or pull requests
we support it on other x86 machines (w/accel)
#1357
https://ahelpme.com/software/qemu/qemu-full-virtualization-cpu-emulations-enable-disable-cpu-flags-instruction-sets-of-qemu-6-2-0/
https://gitlab.com/qemu-project/qemu/-/issues/164
sample program that uses cpuid to check for avx:
https://gist.github.com/hi2p-perim/7855506
I think it's not implemented in TCG cause you can run it with hardware acceleration but it doesn't show up in TCG
The text was updated successfully, but these errors were encountered: