fmax3 implemented incorrectly for non-metal targets #5581
Labels
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
GoodFirstBug
Great bug for people getting going in slang codebase
kind:bug
something doesn't work like it should
Milestone
By inspection, this appears to have a bug where X is NaN and Y and Z are not specials.
fmin3() has a similar issue as described below for fmax3()
fmax3(NaN, 1, 2) should return 2 but would return 1.
The text was updated successfully, but these errors were encountered: