dolphin/Source
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
..
Android Remove Cache DL option from Android UI 2014-02-06 17:02:38 -06:00
Core Add phire's more accurate DoubleToSingle version 2014-02-23 04:13:47 +01:00
DSPSpy Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
DSPTool Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TestSuite Convert all vcxproj files to UNIX line endings 2013-12-31 14:03:18 -05:00
UnitTests Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VSProps [GLExtensions] Fix Windows build. 2014-01-17 16:04:05 +01:00
CMakeLists.txt [Android] Fix PCH build. Clean up DolphinWX cmake file a little bit. Modify our android cmake toolchain file to make the default build location not be source root, because that is stupid. 2013-10-28 19:59:03 -05:00
dolphin-emu.sln [GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely from the codebase. This has been tested on Android and Linux+ATI. Of course untested on Windows and Apple. Also untested with Linux + EGL but should be fine there. There are most likely a couple of extensions I'm missing which would result in null pointer runs but not bad for the initial commit. 2014-01-17 15:50:51 +01:00
pch.h Fix Linux build issue. 2013-10-27 19:51:55 -04:00