Cleared "warning: unused variable ‘hasPadlockRNG’". Whitespace cleanup
parent
3d8a08f6b6
commit
36aeb16171
|
|
@ -299,7 +299,6 @@ bool TestSettings()
|
|||
bool hasSSSE3 = HasSSSE3();
|
||||
bool hasSSE4 = HasSSE4();
|
||||
bool isP4 = IsP4();
|
||||
bool hasPadlockRNG = HasPadlockRNG();
|
||||
int cacheLineSize = GetCacheLineSize();
|
||||
|
||||
if ((isP4 && (!hasMMX || !hasSSE2)) || (hasSSE2 && !hasMMX) || (cacheLineSize < 16 || cacheLineSize > 256 || !IsPowerOf2(cacheLineSize)))
|
||||
|
|
|
|||
Loading…
Reference in New Issue