summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/disassembler.cpp
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-05-08 16:24:08 -0500
committerSubv <subv2112@gmail.com>2017-05-13 18:03:41 -0500
commita0874a7a687ac2ff606aca832f5dd21b14d75053 (patch)
treebdfb920bf747a28273bb1336c2d8431baca60048 /src/citra_qt/debugger/disassembler.cpp
parente33558c6ce38dac56ec66d2d65e51d4dee0b9840 (diff)
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.
Diffstat (limited to 'src/citra_qt/debugger/disassembler.cpp')
0 files changed, 0 insertions, 0 deletions