Re: [PATCH] Make #pragma GCC target properly change macros and fix recip-5 failures

2011-12-08 Thread David Edelsohn
On Thu, Dec 8, 2011 at 4:26 PM, Michael Meissner wrote: > These patches add support for #pragma GCC target("...") on the powerpc to > change the default macros defined like tha x86 does (and the powerpc did for > the target attribute).  When adding support for changing macros on the target > attri

[PATCH] Make #pragma GCC target properly change macros and fix recip-5 failures

2011-12-08 Thread Michael Meissner
On Thu, Dec 08, 2011 at 04:26:07PM -0500, Michael Meissner wrote: > These patches add support for #pragma GCC target("...") on the powerpc to > change the default macros defined like tha x86 does (and the powerpc did for > the target attribute). When adding support for changing macros on the targe

[PATCH] Make #pragma GCC target properly change macros and fix recip-5 failures

2011-12-08 Thread Michael Meissner
These patches add support for #pragma GCC target("...") on the powerpc to change the default macros defined like tha x86 does (and the powerpc did for the target attribute). When adding support for changing macros on the target attribute, I forgot to enable the code for #pragma as well. Also, the