Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed float and double comparison pseudoinstructions
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.
- Loading branch information