| Age | Commit message (Collapse) | Author |
|
Should be xgetbv(0) & 6 == 6, not just & 6. Thanks to tueidj for pointing this
out.
|
|
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.
|
|
VideoCommon, and Common projects.
|
|
since I was told a merge was happening soon. So for the sake of the merge going smoothly, I'll fix that when I remove the tab/space mismatches from the Core project.
Also, some tab/space mismatches removed from VideoOGL, and some places I missed in VideoDX[number] projects.
Now, the Core is literally the only project with tab/space mismatches (on a large scale).
|
|
Not planning to touch Core since it's the most actively changed part of the project.
|
|
|