AVX inside a VirtualBox VM?

隐身守侯 提交于 2019-11-28 08:35:07

问题


I install the latest Ubuntu 14.04 amd64(gcc 4.8.2) in virtualbox, run cat /proc/cpuinfo, get result:

The processor CORE i52520M does support AVX instructions. I used Ubuntu 12.04 amd64(gcc 4.6), and it supports AVX via /proc/cpuinfo.

How can I use the AVX in my software in virtualbox?


回答1:


VirtualBox 5.0 beta 3 now supports AVX and AVX2 (which I can confirm from testing).



来源:https://stackoverflow.com/questions/24543874/avx-inside-a-virtualbox-vm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!