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: PR target/45483: probably wrong optimization options chosen by "-march=native"


On Mon, Sep 6, 2010 at 5:06 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:

> We may guess best options for -march=native. ?We may leave out SSE3 or
> SSSE3. ?This patch adds it. ?OK for trunk and 4.5?

Why? -march=native should enable all features, otherwise -mtune should be used.

Uros.


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