REverted anti-x86.cpp changes.

SVN r1141 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-09 22:46:25 +00:00
parent ef4ec7ed95
commit fd2c0b82ef
2 changed files with 1 additions and 3 deletions

View File

@ -474,7 +474,6 @@ void DoBlending (const PalEntry *from, PalEntry *to, int count, int r, int g, in
to[i] = t;
}
}
/*
else if (CPU.bSSE2)
{
if (count >= 4)
@ -490,7 +489,6 @@ void DoBlending (const PalEntry *from, PalEntry *to, int count, int r, int g, in
to += not3count;
}
}
*/
#ifdef X86_ASM
else if (CPU.bMMX)
{

View File

@ -345,7 +345,7 @@ void SetLanguageIDs ()
void I_Init (void)
{
//CheckCPUID(&CPU);
CheckCPUID(&CPU);
CalculateCPUSpeed ();
// Why does Intel right-justify this string?