Uros Bizjak - Re: [PATCH, i386]: Implement ldexp{,f,l} functions as built-in x87 intr (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Kaveh R. Ghazi wrote:
I think the way this was addressed was to update mathinline.h with the appropriate __GNUC_PREREQ macro, as was done here:
http://sources.redhat.com/ml/libc-hacker/2004-05/msg00048.html
Uros, as you add more of these, would you please submit the appropriate change to glibc? (It might already be in need of tweeking if you've added anything since Jakub's audit above.)
Yes, I plan to do this after fma and hypot support is finished. Uros.
Hi Uros,
Did you ever update mathinline.h in glibc corresponding to the optabs you added? Maybe I missed it, but I can't see anything in the CVS log beyond what Jakub did in May 2004. Without a fix, it's possible that your contributions will never get used because the macros/inlines mask them.