Re: [PATCH 07/11] target/rx: Use FloatRoundMode in helper_set_fpsw

2021-05-31 Thread Philippe Mathieu-Daudé
On 5/27/21 6:14 AM, Richard Henderson wrote: > Use the proper type for the roundmode array. > > Cc: Philippe Mathieu-Daudé > Cc: Yoshinori Sato > Signed-off-by: Richard Henderson > --- > target/rx/op_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathie

Re: [PATCH 07/11] target/rx: Use FloatRoundMode in helper_set_fpsw

2021-05-28 Thread Yoshinori Sato
On Thu, 27 May 2021 13:14:01 +0900, Richard Henderson wrote: > > Use the proper type for the roundmode array. > > Cc: Philippe Mathieu-Daudé > Cc: Yoshinori Sato > Signed-off-by: Richard Henderson Reviewd-by: Yoshinori Sato > --- > target/rx/op_helper.c | 2 +- > 1 file changed, 1 insertio

[PATCH 07/11] target/rx: Use FloatRoundMode in helper_set_fpsw

2021-05-26 Thread Richard Henderson
Use the proper type for the roundmode array. Cc: Philippe Mathieu-Daudé Cc: Yoshinori Sato Signed-off-by: Richard Henderson --- target/rx/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/rx/op_helper.c b/target/rx/op_helper.c index 2139def3b2..b1772e9538 1