- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
using the attached files, how can I add the CPU feature AVX2 to my binary file
I have converted Hexadecimal to Binary for my needs but I'm not sure which code represents AVX2. I think it's suppose to be EAX=7 but which is it, if anyone knows, please
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hello CPUID,
Thank you for posting on the Intel® communities.
Is this related to your other post in this link? https://community.intel.com/t5/Processors/ESXi-7-0e-with-Ryzen-5950x/m-p/1390254#M58103
Best regards,
Steven G.
Intel Customer Support Technician.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
CPUID should be invoked with EAX=0x07 and ECX=0x00. In the resulting EBX value, availability of AVX2 is indicated by Bit 05. To check it, you should AND the EBX value with 0x20; if the result is then non-zero, you know your processor has support for AVX2.
Hope this helps,
...S

- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla