From 4533cc39b3b97a2ead51ebc00647d21b22c9f8bd Mon Sep 17 00:00:00 2001 From: hrydgard Date: Wed, 15 Jul 2009 19:09:02 +0000 Subject: [PATCH] Revert the ridiculously wrong r3797 (bad sonicadvance1) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3806 8ced0084-cf51-0410-be5f-012b33b47a6e --- .../Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp b/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp index 4900114dd1..7cb849b75f 100644 --- a/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp +++ b/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp @@ -35,11 +35,7 @@ #include "../../Core.h" #include "Interpreter.h" #include "MathUtil.h" -#if !defined(_mm_cvttsd_si32) // No SSE2 support -#define _mm_set_sd -#define _mm_cvttsd_si32 truncl -#define _mm_cvtsd_si32 lrint -#endif + // F-ZERO IS BEING A ROYAL PAIN // POSSIBLE APPROACHES: // * Full SW FPU. Urgh.