Re: [Qemu-devel] [PATCH] Implement Fraction Rounded bit in FPSCR for PowerPC

2019-05-22 Thread Richard Henderson
On 5/22/19 11:25 AM, G 3 wrote: > Thank you for the suggestion. > > For the added note, did you want specific places listed? If so please let me > know these places. > They are round_to_int, and all of the legacy roundAndPack* routines. Basically anywhere that currently sets float_flag_inexact.

Re: [Qemu-devel] [PATCH] Implement Fraction Rounded bit in FPSCR for PowerPC

2019-05-22 Thread G 3
Thank you for the suggestion. For the added note, did you want specific places listed? If so please let me know these places. Thank you. On Tue, May 21, 2019 at 11:30 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 5/21/19 8:06 PM, John Arbuckle wrote: > > Implement the PowerPC

Re: [Qemu-devel] [PATCH] Implement Fraction Rounded bit in FPSCR for PowerPC

2019-05-21 Thread Richard Henderson
On 5/21/19 8:06 PM, John Arbuckle wrote: > Implement the PowerPC floating point status and control register flag > Fraction Rounded. > > Signed-off-by: John Arbuckle > --- > fpu/softfloat.c | 15 --- > include/fpu/softfloat-types.h | 1 + > target/ppc/fpu_helper.c

[Qemu-devel] [PATCH] Implement Fraction Rounded bit in FPSCR for PowerPC

2019-05-21 Thread John Arbuckle
Implement the PowerPC floating point status and control register flag Fraction Rounded. Signed-off-by: John Arbuckle --- fpu/softfloat.c | 15 --- include/fpu/softfloat-types.h | 1 + target/ppc/fpu_helper.c | 4 3 files changed, 17 insertions(+), 3 deleti