Re: [Qemu-devel] [PATCH Risu 2/2] risu_ppc64: Compare FPSCR flags

2017-02-03 Thread Peter Maydell
On 30 January 2017 at 02:47, Jose Ricardo Ziviani wrote: > When running FP operations, FPSCR flag must be compared to make sure > that any exception will behave consistently. > > Signed-off-by: Jose Ricardo Ziviani > --- >

[Qemu-devel] [PATCH Risu 2/2] risu_ppc64: Compare FPSCR flags

2017-01-29 Thread Jose Ricardo Ziviani
When running FP operations, FPSCR flag must be compared to make sure that any exception will behave consistently. Signed-off-by: Jose Ricardo Ziviani --- risu_reginfo_ppc64le.c | 5 + 1 file changed, 5 insertions(+) diff --git a/risu_reginfo_ppc64le.c