dolphin/Source/Core
Tillmann Karras ee21cbe2d1 Add phire's more accurate DoubleToSingle version
This method doesn't involve messing around with the quirks of the x87
FPU and should be reasonably fast. As a bonus, it does the correct thing
for out-of-range doubles.

However, it is also a little slower and only benefits programs that rely
on undefined behavior so it is disabled for now.
2014-02-23 04:13:47 +01:00
..
AudioCommon Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
Common x64Emitter: Fix the PSUBQ instruction's opcode 2014-02-12 23:12:17 +01:00
Core Add phire's more accurate DoubleToSingle version 2014-02-23 04:13:47 +01:00
DiscIO Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
DolphinWX Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
InputCommon Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VideoBackends Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VideoCommon Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00