Re: [Qemu-devel] [RFC PATCH v2 0/2] softfloat: Add round-to-odd rounding mode

2017-02-02 Thread Bharata B Rao
Peter, On Fri, Jan 27, 2017 at 01:33:31PM +0530, Bharata B Rao wrote: > > Changes in v2: > - > - Do odd or even for the right precision bit in 64bit rounding. (Peter > Maydell) > - Handle the overflow case correctly in 64bit rounding. (Peter Maydell) Does this version of round-to-od

Re: [Qemu-devel] [RFC PATCH v2 0/2] softfloat: Add round-to-odd rounding mode

2017-01-27 Thread Bharata B Rao
On Fri, Jan 27, 2017 at 12:09:13AM -0800, no-re...@patchew.org wrote: > Hi, > > Your series seems to have some coding style problems. See output below for > more information: > > Type: series > Subject: [Qemu-devel] [RFC PATCH v2 0/2] softfloat: Add round-to-odd rounding

Re: [Qemu-devel] [RFC PATCH v2 0/2] softfloat: Add round-to-odd rounding mode

2017-01-27 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [RFC PATCH v2 0/2] softfloat: Add round-to-odd rounding mode Message-id: 1485504213-21632-1-git-send-email-bhar...@linux.vnet.ibm.com === TEST SCRIPT BEGIN

[Qemu-devel] [RFC PATCH v2 0/2] softfloat: Add round-to-odd rounding mode

2017-01-27 Thread Bharata B Rao
Hi, Here is the next version of round-to-odd rounding mode implementation. In this version I have addressed the reveiw comments from v1 and added a new patch to take care of 64 bit rounding in underflow case. This fix was found necessary when comparing the result of PowerPC ISA 3.0 instruction xs