Re: [PATCH 5/7] target/alpha: Write to fpcr_flush_to_zero once

2019-09-23 Thread Alex Bennée
Richard Henderson writes: > Tidy the computation of the value; no functional change. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/alpha/helper.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/target/alpha/helper.c b/target/

Re: [PATCH 5/7] target/alpha: Write to fpcr_flush_to_zero once

2019-09-21 Thread Philippe Mathieu-Daudé
On 9/21/19 6:32 AM, Richard Henderson wrote: > Tidy the computation of the value; no functional change. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/alpha/helper.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/tar

[PATCH 5/7] target/alpha: Write to fpcr_flush_to_zero once

2019-09-20 Thread Richard Henderson
Tidy the computation of the value; no functional change. Signed-off-by: Richard Henderson --- target/alpha/helper.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/target/alpha/helper.c b/target/alpha/helper.c index 2f959c65ef..1b3479738b 100644 --- a/target/alpha/he