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] |
On Fri, Feb 26, 2010 at 12:13 PM, Jason Merrill <jason@redhat.com> wrote: > On 02/26/2010 01:56 PM, H.J. Lu wrote: >> >> + ? ?arch_fpmath_pentium4=yes > > That's a rather confusing variable name. ?Maybe arch_sse_level={0,1,2,3} > instead, and darwin can check for <3, while fpmath can check <2? > We only care if SSE2 is supported or not. People configure gcc with "pentium4-xxxx" should only enable SSE2. Here is the updated patch to replace arch_fpmath_pentium4 with arch_without_sse2. OK to install? Thanks. -- H.J.
Attachment:
gcc-arch-8.patch
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |