Re: [Qemu-devel] [PATCH 7/9] target-arm: Add set_neon_rmode helper

2014-01-27 Thread Peter Maydell
On 14 January 2014 16:43, Will Newton wrote: > This helper sets the rounding mode in the standard_fp_status word to > allow NEON instructions to modify the rounding mode whilst using the > standard FPSCR values for everything else. > > Signed-off-by: Will Newton Reviewed-by: Peter Maydell than

[Qemu-devel] [PATCH 7/9] target-arm: Add set_neon_rmode helper

2014-01-14 Thread Will Newton
This helper sets the rounding mode in the standard_fp_status word to allow NEON instructions to modify the rounding mode whilst using the standard FPSCR values for everything else. Signed-off-by: Will Newton --- target-arm/helper.c | 17 + target-arm/helper.h | 1 + 2 files chan