Re: [PATCH v2 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop

2022-02-10 Thread Richard Henderson
On 2/10/22 13:15, Taylor Simpson wrote: 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 --- target/hexagon/op_helper.c | 2 +- tests/tcg/hexagon/usr.c| 4 2 files changed, 5 insertions(+), 1 deletion(-)

[PATCH v2 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop

2022-02-09 Thread Taylor Simpson
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 --- target/hexagon/op_helper.c | 2 +- tests/tcg/hexagon/usr.c| 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/target/hexagon/op_helper.c b/