mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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;
|
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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue