This is the mail archive of the gcc-bugs@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]

[Bug target/19602] -mno-80387 or -mfpmath=sse should define __NO_MATH_INLINES


------- Additional Comments From uros at kss-loka dot si  2005-04-29 19:34 -------
Hm, I would also suggest setting __NO_MATH_INLINES for -mfpmath=sse to prevent
the performance degradation for XMM->x87 registers when x87 ASM code is included
from mathinlines.h. x87 intrinsics are disabled for the same reason!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|-mno-80387 should define    |-mno-80387 or -mfpmath=sse
                   |__NO_MATH_INLINES           |should define
                   |                            |__NO_MATH_INLINES


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19602


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