This is the mail archive of the gcc@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: "SSE instruction set disabled?"


"Scott Robert Ladd" <scott@coyotegulch.com> writes:

> Implied -fpmath=sse may *not* be a good thing under certain circumstances...

One problem is that SSE2 instructions are much bigger than x87. SSE is usually
three bytes or more for everthing, while x87 has shorter encodings. You usually
bloat the program a lot when you use a lot of floating point. 
Fortunately that's rare.

-Andi


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