Skip to content
Permalink
Browse files
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.
@@ -80,7 +80,7 @@ void Jit64::FinalizeSingleResult(X64Reg output, const OpArg& input, bool packed,
MOVAPD(output, input);
}

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

0 comments on commit 4c7fcf5

Please sign in to comment.