dolphin/Source
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
..
Android Merge pull request #1580 from lioncash/android 2014-11-20 11:19:35 -05:00
Core JIT: more optimizing of float ops based on known input characteristics 2014-11-29 11:33:11 -08:00
DSPSpy
DSPTool
PCH
UnitTests Host: Kill off GetRenderWindowSize 2014-11-17 13:44:49 -05:00
VSProps Port dolphin to SFML 2.1 2014-11-25 16:44:38 +00:00
.clang-format
CMakeLists.txt
dolphin-emu.sln