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. |
||
---|---|---|
.. | ||
arm | ||
file_sys | ||
frontend | ||
gdbstub | ||
hle | ||
hw | ||
loader | ||
tracer | ||
CMakeLists.txt | ||
core_timing.cpp | ||
core_timing.h | ||
core.cpp | ||
core.h | ||
memory_setup.h | ||
memory.cpp | ||
memory.h | ||
mmio.h | ||
perf_stats.cpp | ||
perf_stats.h | ||
settings.cpp | ||
settings.h |