mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
REverted anti-x86.cpp changes.
SVN r1141 (trunk)
This commit is contained in:
parent
ef4ec7ed95
commit
fd2c0b82ef
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -345,7 +345,7 @@ void SetLanguageIDs ()
|
|||
|
||||
void I_Init (void)
|
||||
{
|
||||
//CheckCPUID(&CPU);
|
||||
CheckCPUID(&CPU);
|
||||
CalculateCPUSpeed ();
|
||||
|
||||
// Why does Intel right-justify this string?
|
||||
|
|
Loading…
Reference in a new issue