pycpuid
pycpuid copied to clipboard
Detect AVX presence using algorithm specified in the Intel' SDM Volume 1 section 14.3 "DETECTION OF AVX INSTRUCTIONS".
A native method to access XGETBV instruction is added to _pycpuid module. I do not know how to express this for Microsoft compiler, so a stub would always return 0 for Win32 for now.