summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-10-08 18:19:37 +0200
committerJosJuice <josjuice@gmail.com>2022-10-15 18:11:40 +0200
commit2a5f4a23902f8d4d82eda52191fb1792eaf2f2b9 (patch)
tree8035d1c6f1317a8a117ef5af3126d7c01a5a39ba /Source/Android/app/src/main/java
parentcd1f89a02b3fe44fc451a5c6fda5939200fb6199 (diff)
Jit64: Don't use fregsIn in HandleNaNs
fregsIn will include FD for double-precision instructions, since for dependency tracking purposes the instruction does read the upper half of FD. This is not what we want in HandleNaNs. The consequence of this bug is that if an instruction was supposed to output a NaN and FD happens to contain a NaN and FD happens to be the same register as an unused register in the instruction encoding, the NaN in FD could get used as the output instead of the correct NaN. This isn't known to affect any games, which isn't especially surprising considering that there's only one game that needs AccurateNaNs anyway.
Diffstat (limited to 'Source/Android/app/src/main/java')
0 files changed, 0 insertions, 0 deletions