citra/src/core/arm/skyeye_common
Subv a0874a7a68 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd.
Previously we were letting vadd flush the value to positive 0, but there are cases where this behavior is wrong, for example,

vsub: -0 - +0 = -0
vadd: -0 + +0 = +0

Now we'll flush the value to +0 inside vsub, and then negate it.
2017-05-13 18:03:41 -05:00
..
vfp Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. 2017-05-13 18:03:41 -05:00
arm_regformat.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
armstate.cpp gdbstub: Remove global variable from public interface 2016-12-15 16:37:22 -05:00
armstate.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
armsupp.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
armsupp.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00