OSDN Git Service

Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
authorTaylor Simpson <tsimpson@quicinc.com>
Thu, 10 Feb 2022 02:15:47 +0000 (18:15 -0800)
committerTaylor Simpson <tsimpson@quicinc.com>
Sat, 12 Mar 2022 17:14:22 +0000 (09:14 -0800)
commit9a65990326cd59f28323714d72073515091383c9
tree7d69e37735fbe1c907d51ce838d521ac132023ad
parent5b0043c67ccd7b88e0858204e79b09448adf4b34
Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo

Instead of checking for nan arguments, use float??_unordered_quiet

test cases added in a subsequent patch to more extensively test USR bits

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20220210021556.9217-4-tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/op_helper.c