Just killing a couple of latin-1 characters my editor was complaining about.

This commit is contained in:
Pseudonym 2014-07-31 16:17:37 +01:00
parent e25ad9759a
commit 3e65c1d0a3
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ void x86capabilities::Identify()
if((Flags2 >> 27) & 1) // OSXSAVE 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 hasAVX = ( Flags2 >> 28 ) & 1; //avx
hasFMA = ( Flags2 >> 12 ) & 1; //fma hasFMA = ( Flags2 >> 12 ) & 1; //fma