Re: [Qemu-devel] [PATCH] target-mips: 64-bit FPU for user-mode emulation.

2013-08-05 Thread Thomas Schwinge
Hi! On Sun, 28 Jul 2013 02:39:23 +, Petar Jovanovic wrote: > Will there be an update to this patch? | Switch to 64-bit FPU only for n32 and n64 ABIs, but not o32. Fixup for | commit 68473f15d4c9948986618f63828825beafcaf1cf. | [...] My patch has to be reworked per Maciej's comments,

Re: [Qemu-devel] [PATCH] target-mips: 64-bit FPU for user-mode emulation.

2013-07-27 Thread Petar Jovanovic
Will there be an update to this patch? It would be nice to see this in for 1.6. As of fp64 mode for o32/Rev2, it does not have to be resolved now. Regards, Petar On Sun, 9 Jun 2013, Thomas Schwinge wrote: > In my reading of the relevant documents, the latter change is not correct > for o32, and

Re: [Qemu-devel] [PATCH] target-mips: 64-bit FPU for user-mode emulation.

2013-06-10 Thread Maciej W. Rozycki
On Sun, 9 Jun 2013, Thomas Schwinge wrote: > In my reading of the relevant documents, the latter change is not correct > for o32, and empirically has "interesting" effects on the glibc math > testsuite, for example. Keeping the FR register unset for o32 I'm > proposing to fix with the following p

[Qemu-devel] [PATCH] target-mips: 64-bit FPU for user-mode emulation.

2013-06-09 Thread Thomas Schwinge
Switch to 64-bit FPU only for n32 and n64 ABIs, but not o32. Fixup for commit 68473f15d4c9948986618f63828825beafcaf1cf. Signed-off-by: Thomas Schwinge --- Hi! On Sun, 10 Feb 2013 10:30:46 -0800, Richard Henderson wrote: > diff --git a/target-mips/translate.c b/target-mips/translate.c > index