Re: [PATCH,AIX] aix71.h Increase ISA default

2018-02-24 Thread David Edelsohn
On Sat, Feb 24, 2018 at 6:19 PM, Segher Boessenkool wrote: > Hi David, > > On Fri, Feb 23, 2018 at 02:13:52PM -0500, David Edelsohn wrote: >> AIX 7.1 minimum hardware is Power6. This patch changes TARGET_DEFAULT >> to ISA 2.05. > >> #undef TARGET_DEFAULT >> -#define

Re: [PATCH,AIX] aix71.h Increase ISA default

2018-02-24 Thread Segher Boessenkool
Hi David, On Fri, Feb 23, 2018 at 02:13:52PM -0500, David Edelsohn wrote: > AIX 7.1 minimum hardware is Power6. This patch changes TARGET_DEFAULT > to ISA 2.05. > #undef TARGET_DEFAULT > -#define TARGET_DEFAULT (MASK_PPC_GPOPT | MASK_PPC_GFXOPT | MASK_MFCRF) > +#define TARGET_DEFAULT

[PATCH,AIX] aix71.h Increase ISA default

2018-02-23 Thread David Edelsohn
AIX 7.1 minimum hardware is Power6. This patch changes TARGET_DEFAULT to ISA 2.05. Thanks, David * config/rs6000/aix71.h (TARGET_DEFAULT): Change to ISA_2_5_MASKS_EMBEDDED. Index: aix71.h === --- aix71.h (revision 257941) +++