mirror of https://github.com/PCSX2/pcsx2.git
minor fix for broken compiling
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1586 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b470a9ae31
commit
3d18ddf16b
|
@ -116,7 +116,7 @@ const SimdImpl_DestRegEither<0x66,0xef> xPXOR;
|
||||||
// [SSE-4.1] Performs a bitwise AND of dest against src, and sets the ZF flag
|
// [SSE-4.1] Performs a bitwise AND of dest against src, and sets the ZF flag
|
||||||
// only if all bits in the result are 0. PTEST also sets the CF flag according
|
// only if all bits in the result are 0. PTEST also sets the CF flag according
|
||||||
// to the following condition: (xmm2/m128 AND NOT xmm1) == 0;
|
// to the following condition: (xmm2/m128 AND NOT xmm1) == 0;
|
||||||
extern const Internal::SimdImpl_DestRegSSE<0x66,0x1738> xPTEST;
|
const Internal::SimdImpl_DestRegSSE<0x66,0x1738> xPTEST;
|
||||||
|
|
||||||
const SimdImpl_Compare<SSE2_Equal> xCMPEQ;
|
const SimdImpl_Compare<SSE2_Equal> xCMPEQ;
|
||||||
const SimdImpl_Compare<SSE2_Less> xCMPLT;
|
const SimdImpl_Compare<SSE2_Less> xCMPLT;
|
||||||
|
|
Loading…
Reference in New Issue