dolphin/Source/Core
Fiora 72c96c20d3 JIT: more optimizing of float ops based on known input characteristics
If the inputs are both float singles, and the top half is known to be identical
to the bottom half, we can use packed arithmetic instead of scalar to skip
the movddup.

This is slower on a few rather old CPUs, plus the Atom+Silvermont, so detect
Atom and disable it in that case.

Also avoid PPC_FP on stores if we know that the output came from a float op.
2014-11-29 11:33:11 -08:00
..
AudioCommon Upgrade AudioUnit API usage. 2014-11-25 00:42:21 -05:00
Common JIT: more optimizing of float ops based on known input characteristics 2014-11-29 11:33:11 -08:00
Core JIT: more optimizing of float ops based on known input characteristics 2014-11-29 11:33:11 -08:00
DiscIO More formatting and consistency fixes 2014-11-24 17:16:59 -05:00
DolphinQt Update Main.cpp version checks. 2014-11-25 00:27:13 -05:00
DolphinWX Merge pull request #1601 from RachelBryk/wiimote-hotkey2 2014-11-28 19:50:13 -05:00
InputCommon Fix some double->float conversions. 2014-11-11 14:14:22 -05:00
UICommon
VideoBackends Fixes OpenGL ES rendering. 2014-11-29 01:27:47 -06:00
VideoCommon Vertex loader: use ABI_CallFunction 2014-11-28 20:26:00 -08:00
CMakeLists.txt