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 PROCESSOR_INTEL


On Fri, Jan 10, 2014 at 11:29 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> Hi,
>
> This patch adds PROCESSOR_INTEL, which is almost identical to
> PROCESSOR_SILVERMONT, except that __tune_slm__/__tune_silvermont__
> aren't defined for -mtune=intel.  OK for trunk?

No, we have said that -mtune=intel is used to tune for *current* intel
processor. It is not a target per itself. Currently, this "target"
points to PROCESSOR_SILVERMONT, and I see no problem if it also
defines relevant tune defines.

In future, this option will point to some other processor, so it will
switch tune defines as well.

Uros.


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