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