Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jit64: Fix single FPRF when !jo.accurateSinglePrecision #11140

Merged

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Oct 8, 2022

jo.accurateSinglePrecision is always true, so it's not like this matters much...

jo.accurateSinglePrecision is always true, so it's not like this
matters much...
@AdmiralCurtiss
Copy link
Contributor

Just so I understand this correctly: The input to this function is a double and the !jo.accurateSinglePrecision skips the conversion to single, so the single parameter in SetFPRF() should be false, yeah?

@JosJuice
Copy link
Member Author

JosJuice commented Oct 9, 2022

Exactly. Otherwise SetFPRF will parse the value as if it's 32 bits long, which will cause the result to be nonsense.

@AdmiralCurtiss AdmiralCurtiss merged commit 4c7fcf5 into dolphin-emu:master Oct 9, 2022
11 checks passed
@JosJuice JosJuice deleted the jit64-inaccurate-single-fprf branch October 9, 2022 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants