Re: [Qemu-devel] [PATCH v2 06/32] target/arm/helper: pass explicit fpst to set_rmode

2018-02-08 Thread Richard Henderson
On 02/08/2018 09:31 AM, Alex Bennée wrote: > As the rounding mode is now split between FP16 and the rest of > floating point we need to be explicit when tweaking it. Instead of > passing the CPU env we now pass the appropriate fpst pointer directly. > > Signed-off-by: Alex Bennée > --- > target/

[Qemu-devel] [PATCH v2 06/32] target/arm/helper: pass explicit fpst to set_rmode

2018-02-08 Thread Alex Bennée
As the rounding mode is now split between FP16 and the rest of floating point we need to be explicit when tweaking it. Instead of passing the CPU env we now pass the appropriate fpst pointer directly. Signed-off-by: Alex Bennée --- target/arm/helper.c| 4 ++-- target/arm/helper.h