-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed fmin/fmax/dmin/dmax node simplifier for const 0s:
- now folds to +0 for fmax/dmax(+0, -0), and -0 for fmin/dmin(+0, -0) - before it folded to the second arg for max and first arg for min when args were equal Signed-off-by: Matthew Hall <[email protected]>
- Loading branch information
1 parent
9b3e65e
commit 0aa4f79
Showing
1 changed file
with
38 additions
and
10 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