Skip to content
Snippets Groups Projects
Commit d76dd816 authored by Taylor Simpson's avatar Taylor Simpson
Browse files

Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax


The float??_minnum implementation differs from Hexagon for SNaN,
it returns NaN, but Hexagon returns the other input.  So, we use
float??_minimum_number.

Test cases added to tests/tcg/hexagon/fpstuff.c

Signed-off-by: default avatarTaylor Simpson <tsimpson@quicinc.com>
Message-Id: <20220308190410.22355-1-tsimpson@quicinc.com>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 77ccf444
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment