mirror of https://github.com/PCSX2/pcsx2.git
Just killing a couple of latin-1 characters my editor was complaining about.
This commit is contained in:
parent
e25ad9759a
commit
3e65c1d0a3
|
@ -280,7 +280,7 @@ void x86capabilities::Identify()
|
|||
|
||||
if((Flags2 >> 27) & 1) // OSXSAVE
|
||||
{
|
||||
if((__xgetbv(0) & 6) == 6) // XFEATURE_ENABLED_MASK[2:1] = ‘11b’ (XMM state and YMM state are enabled by OS).
|
||||
if((__xgetbv(0) & 6) == 6) // XFEATURE_ENABLED_MASK[2:1] = '11b' (XMM state and YMM state are enabled by OS).
|
||||
{
|
||||
hasAVX = ( Flags2 >> 28 ) & 1; //avx
|
||||
hasFMA = ( Flags2 >> 12 ) & 1; //fma
|
||||
|
|
Loading…
Reference in New Issue