This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add -mtune=ia support


On Fri, Dec 06, 2013 at 10:38:27AM +0100, Richard Biener wrote:
> On Thu, Dec 5, 2013 at 10:05 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> > On Thu, Dec 5, 2013 at 1:02 PM, Patrick Marlier
> > <patrick.marlier@gmail.com> wrote:
> >> On 12/05/2013 07:22 PM, H.J. Lu wrote:
> >>>
> >>> We'd like to add a new -mtune=ia option for x86 to optimize for both
> >>> Haswell and Silvermont.  Currently, -mtune=ia is aliased to -mtune=slm.
> >>> We will improve it further for Haswell and Silvermont.  Later, we will
> >>> update it to future Intel processors.
> >>
> >>
> >> At first, 'ia' means to me Itanium, ie IA-64. I would personally prefer
> >> another name but maybe I am the only one to think that.
> >>
> >
> > "ia" stands for Intel Architecture.  It is the natural name for
> > this option.
> 
> I think "ia" and the natural "aa" are too obfuscated.  Why didn't you
> chose simply "intel" here?  (will the next patch add -mtune=a as
> that's natural for "AMD"?)
> 
> Please re-consider.

Yeah, please.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]