This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: PATCH: Disable x87 inline functions when SSE math is enabled


I think this is probably OK, but I just don't know that much about the area.
Does this leave any function that previously had an inline and now has none?

The GCC manual seems to indicate that -mfpath=sse -msse (without -msse2)
will use x87 code for double-precision operations.  So it seems appropriate
that this mode have x87 inlines for double libm calls too.


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