]> git.ipfire.org Git - thirdparty/qemu.git/commit
Hexagon (target/hexagon) fix bug in conv_df2uw_chop
authorTaylor Simpson <tsimpson@quicinc.com>
Thu, 10 Feb 2022 02:15:54 +0000 (18:15 -0800)
committerTaylor Simpson <tsimpson@quicinc.com>
Sat, 12 Mar 2022 17:14:22 +0000 (09:14 -0800)
commit3977ba3078503fca0f182aa8a39fad2388f43cb1
tree3876717d5b06510518f233f36bcf8077650458e2
parent8af2d9978ad2c52377fe69466a556fffeedcd057
Hexagon (target/hexagon) fix bug in conv_df2uw_chop

Fix typo that checked for 32 bit nan instead of 64 bit

Test case added in tests/tcg/hexagon/usr.c

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