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

View File

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