Re: [PATCH,rs6000] Change -mcrypto to only affect Category:Vector.Crypto instructions

2015-04-30 Thread Bill Schmidt
Hi David, I agree, and I'll fix the test as described and backport everywhere, assuming I don't encounter any problems. Thanks for catching this! Bill On Wed, 2015-04-29 at 09:21 -0400, David Edelsohn wrote: > On Wed, Mar 4, 2015 at 3:14 PM, Bill Schmidt > wrote: > > Hi, > > > > I recently obs

Re: [PATCH,rs6000] Change -mcrypto to only affect Category:Vector.Crypto instructions

2015-04-29 Thread David Edelsohn
On Wed, Mar 4, 2015 at 3:14 PM, Bill Schmidt wrote: > Hi, > > I recently observed that -mno-crypto disables all instructions in > section 5.11 of the 2.07 ISA, rather than just those flagged as > Category:Vector.Crypto. This patch fixes that undesirable situation. > > The main fix is to ensure th

Re: [PATCH,rs6000] Change -mcrypto to only affect Category:Vector.Crypto instructions

2015-03-04 Thread David Edelsohn
On Wed, Mar 4, 2015 at 3:14 PM, Bill Schmidt wrote: > Hi, > > I recently observed that -mno-crypto disables all instructions in > section 5.11 of the 2.07 ISA, rather than just those flagged as > Category:Vector.Crypto. This patch fixes that undesirable situation. > > The main fix is to ensure th

[PATCH,rs6000] Change -mcrypto to only affect Category:Vector.Crypto instructions

2015-03-04 Thread Bill Schmidt
Hi, I recently observed that -mno-crypto disables all instructions in section 5.11 of the 2.07 ISA, rather than just those flagged as Category:Vector.Crypto. This patch fixes that undesirable situation. The main fix is to ensure the remaining instructions are gated by TARGET_P8_VECTOR rather tha