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 hjl dot tools at gmail dot com  2008-06-27 15:34 -------
(In reply to comment #5)
> 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.

I will take a look at x86-64.

-- 


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]