yuzu/src/core/arm
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
..
disassembler Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
dynarmic arm_dynarmic: Update memory interface 2017-02-03 17:32:51 +00:00
dyncom dyncom: Correct SXTAB16 and SXTB16 2017-02-18 20:04:54 +00:00
skyeye_common 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_interface.h ThreadContext: Move from "core" to "arm_interface". 2016-12-22 00:27:49 -05:00