https://bugs.kde.org/show_bug.cgi?id=406256

--- Comment #2 from Will Schmidt <will_schm...@vnet.ibm.com> ---
I have no input into a different better spot for getRRegUniverse_PPC changes. 

A few other patch comments: 

+++ b/Makefile.all.am
the "-mvsx -maltivec" combo can be shrunk to just "-mvsx" .  (mvsx is a
superset that includes maltivec).

+   /* LE API requires NJ be set to 0. */
A few spots.. that API reference should prob be ABI. 

+      vrm[0] = ~(1 << (127 - 111)) & vrm[0];  // Clear NJ bit LE case
+      vrm[1] = ~(1 << (127 - 111)) & vrm[1];  // Clear NJ bit BE case
Preferably wrap this in some logic so we are not writing to reserved bits of
the vscr in the non-LE or non-BE cases. 


+static IRExpr* dnorm_adj ( IRExpr* value )
just wondering, should this be instead named dnorm_adj_int or some variation to
avoid conflict if we need to do anything similar with Longs or Shorts in the
future.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to