summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2013-08-20 01:25:10 +0200
committerPierre Bourdon <delroth@gmail.com>2013-08-20 01:25:10 +0200
commit377202b9f6154ae56c5b2f0a45e235ceaeb6da9c (patch)
tree9ef8235bb05fdbcf232777a7f3447d7907da7ef6 /Source/Core/VideoCommon/OpcodeDecoding.h
parent77a5af3bcf093b81df92921096e1d74bef505b46 (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
0 files changed, 0 insertions, 0 deletions