Message ID | 20180806012723.5639-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | target/ppc: Fixes for my fpu cleanups | expand |
On Sun, Aug 05, 2018 at 06:27:21PM -0700, Richard Henderson wrote: > David, please squash these with the patches you already > have on your ppc-for-3.1 branch. > > The first fixes fp division within the vector insns. > The second fixes some typos within the load/store converters > as reported by Mark Cave-Ayland. Done, thanks. > > > r~ > > > Richard Henderson (2): > fixup! target/ppc: Honor fpscr_ze semantics and tidy fdiv > fixup! target/ppc: Use non-arithmetic conversions for fp load/store > > target/ppc/fpu_helper.c | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
On 06/08/18 02:27, Richard Henderson wrote: > David, please squash these with the patches you already > have on your ppc-for-3.1 branch. > > The first fixes fp division within the vector insns. > The second fixes some typos within the load/store converters > as reported by Mark Cave-Ayland. I've just given David's updated ppc-for-3.1 branch a spin with my OpenBIOS test images and it looks like MacOS 9 is working again, and no obvious regressions spotted so far - thanks a lot! ATB, Mark.