-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
n64: fix corner case in FPU exception handling (#1400)
Ares checked each of the two input arguments to three-ops functions separately, but this is not correct. Conditions causing unimplemented operation on either input (sNAN, subnormal) take precedence on conditions causing invalid operation on either input (qNAN). After this fix, Ares passes n64-systemtest COP1 stress test.
- Loading branch information
Showing
2 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters