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

[Bug math/6406] Improve performance of libm wrapper functions.


------- Additional Comments From sjmunroe at us dot ibm dot com  2008-06-26 14:12 -------
HJ this is the proposal I mentioned to you at GCC Summit. It way for each
platform to inline the isnan, isinf, finite, etc test in the libm function
wrappers (i.e w_pow.c)

Is uses macros defined in math-private.h to inline the various (redundent) tests
required to set errno (if needed). The generic ./math/math_private.h maintains
the status quo, but a platform can override math_private.h to define macros that
work best for them.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6406

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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