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]

[patch] require sse3 for fisttp


So, in looking into something reported by a user:

fisttp is documented in <http://download.intel.com/design/Pentium4/manuals/25366620.pdf> on page 3-330:

Protected Mode Exceptions

#UD If CPUID.01H:ECX.SSE3[bit 0] = 0.

Which has it in SSE3 so it should probably be dependent on -mno-sse3, so how about this?

Bootstrapped and tested on x86_64-darwin, no regressions.

OK?

-eric

2006-09-15 Eric Christopher <echristo@apple.com>

* config/i386/i386.h (TARGET_FISTTP): Depend only on SSE3 and

387.


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