-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct simplification of signed-0 for floating point min and max
- fmax/dmax(+0, -0) now folds to +0, fmin/dmin(+0, -0) to -0 - (previous version returned 2nd arg on fmax/dmax nodes and 1st arg on fmin/dmin nodes Signed-off-by: Matthew Hall <[email protected]>
- Loading branch information
1 parent
9b3e65e
commit be71516
Showing
1 changed file
with
56 additions
and
40 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