[Qemu-devel] Re: MIPS FP rounding

2007-09-24 Thread Daniel Jacobowitz
On Thu, Sep 20, 2007 at 06:28:25PM +0100, Thiemo Seufer wrote: > It fixed an internal testcase, I'll have to check what was going > on there, probably tomorrow. I don't suppose you've had a chance to look at this? -- Daniel Jacobowitz CodeSourcery

[Qemu-devel] Re: MIPS FP rounding

2007-09-20 Thread Thiemo Seufer
Daniel Jacobowitz wrote: > Thiemo, in May you added this: > > -update_fcr31(); \ > +update_fcr31(); \ > +if (GET_FP_CAUSE(env->fcr31) & FP_INVALID)\ > +FST2 = 0x7fbf;\ > +