Jagasia, Harsha - RE: [patch] tuning gcc for AMDFAM10 processor (patch 1) (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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]

Fixed in the attached.

Regards, Harsha

Harsha Jagasia GNU Tools Team (SEE) 512-602-1775 Advanced Micro Devices harsha.jagasia@amd.com Austin, TX

-----Original Message----- From: Jakub Jelinek [mailto:jakub@redhat.com] Sent: Saturday, February 03, 2007 3:47 AM To: Jagasia, Harsha Cc: Richard Henderson; gcc-patches@gcc.gnu.org Subject: Re: [patch] tuning gcc for AMDFAM10 processor (patch 1)

On Fri, Feb 02, 2007 at 05:56:35PM -0600, Jagasia, Harsha wrote: @@ -1738,6 +1749,10 @@ override_options (void) | PTA_3DNOW_A | PTA_SSE | PTA_SSE2}, {"generic32", PROCESSOR_GENERIC32, 0 /* flags are only used for

march switch. / }, {"generic64", PROCESSOR_GENERIC64, PTA_64BIT / flags are only used for -march switch. */ },

PTA_3DNOW

PTA_SSE2

PTA_SSE4A

Just a minor note, could you keep generic32/generic64 last in the table? They are somewhat special, so it is better not to burry them somewhere in the middle.

Jakub

Attachment:gcc-amdfam10-1.patch
Description: gcc-amdfam10-1.patch


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