Fersiwn
3.5-1833
Fforc
master
Dyddiad
10 blwyddyn,7 mis ago
Windows x64 Windows x86 Mac OS X Android
Cyflwyno
377202b9f6154ae56c5b2f0a45e235ceaeb6da9c
Newid awdur
Pierre Bourdon
Newid disgrifiad
Correctly check for AVX support in x64CPUDetect

It's not enough to check for the CPUID bit to know if AVX is supported since
AVX requires OS support (new set of registers == more registers to be saved
when context switching). If the OS does not support, the cpuid bit will still
be set but using YMM registers will cause an illegal exception fault.