Re: [PATCH 3/8] target/loongarch: Fix float_convd/float_convs test failing

2022-07-19 Thread Richard Henderson
On 7/19/22 12:42, Richard Henderson wrote: On 7/16/22 14:24, Song Gao wrote: We should result zero when exception is invalid and operation is nan Signed-off-by: Song Gao ---   target/loongarch/fpu_helper.c | 143 +++---   1 file changed, 80 insertions(+), 63 deletion

Re: [PATCH 3/8] target/loongarch: Fix float_convd/float_convs test failing

2022-07-19 Thread Richard Henderson
On 7/16/22 14:24, Song Gao wrote: We should result zero when exception is invalid and operation is nan Signed-off-by: Song Gao --- target/loongarch/fpu_helper.c | 143 +++--- 1 file changed, 80 insertions(+), 63 deletions(-) diff --git a/target/loongarch/fpu_help

[PATCH 3/8] target/loongarch: Fix float_convd/float_convs test failing

2022-07-16 Thread Song Gao
We should result zero when exception is invalid and operation is nan Signed-off-by: Song Gao --- target/loongarch/fpu_helper.c | 143 +++--- 1 file changed, 80 insertions(+), 63 deletions(-) diff --git a/target/loongarch/fpu_helper.c b/target/loongarch/fpu_helper.c i