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

Fixed float and double comparison pseudoinstructions #131

Merged
merged 1 commit into from
Sep 25, 2021
Merged

Fixed float and double comparison pseudoinstructions #131

merged 1 commit into from
Sep 25, 2021

Conversation

ziul123
Copy link
Contributor

@ziul123 ziul123 commented Sep 12, 2021

The fgt.* t0, f2, f3 and fge.* t0, f2, f3 pseudoinstructions were previously defined as just fle.* t0, f2, f3 and flt.* t0, f2, f3 respectively, without flipping the float registers. This caused t0 to be set to the opposite value of what it should be.

The `fgt.* t0, f2, f3` and `fge.* t0, f2, f3` pseudoinstructions were previously defined as just `fle.* t0, f2, f3` and `flt.* t0, f2, f3` respectively, without flipping the float registers. This caused t0 to be set to the opposite value of what it should be.
@TheThirdOne TheThirdOne merged commit dce53ad into TheThirdOne:master Sep 25, 2021
@TheThirdOne
Copy link
Owner

Thanks for finding and fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants