Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11140 from JosJuice/jit64-inaccurate-single-fprf
Jit64: Fix single FPRF when !jo.accurateSinglePrecision
  • Loading branch information
AdmiralCurtiss committed Oct 9, 2022
2 parents 6cf9919 + 0b1fdee commit 4c7fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/Jit64/Jit_FloatingPoint.cpp
Expand Up @@ -80,7 +80,7 @@ void Jit64::FinalizeSingleResult(X64Reg output, const OpArg& input, bool packed,
MOVAPD(output, input);
}

SetFPRFIfNeeded(input, true);
SetFPRFIfNeeded(input, false);
}
}

Expand Down

0 comments on commit 4c7fcf5

Please sign in to comment.