mbox series

[0/2] target/ppc: Fixes for my fpu cleanups

Message ID 20180806012723.5639-1-richard.henderson@linaro.org
Headers show
Series target/ppc: Fixes for my fpu cleanups | expand

Message

Richard Henderson Aug. 6, 2018, 1:27 a.m. UTC
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.


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(-)

-- 
2.17.1

Comments

David Gibson Aug. 6, 2018, 2:50 a.m. UTC | #1
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
Mark Cave-Ayland Aug. 6, 2018, 9:30 p.m. UTC | #2
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.