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/20033] [x86_64] vectorized math function don't call the __finite versions


https://sourceware.org/bugzilla/show_bug.cgi?id=20033

--- Comment #5 from Julian Taylor <jtaylor.debian at googlemail dot com> ---
I was not aware that gcc does call the finite versions ...
Well then it might be better to make them consistent.

But this also means that I now have to put the non-finite checks into my
library before calling into libc which is quite annoying. I do need the C99
properties on non-finites.

I guess adding _finite variants of the functions which gcc can use is out of
the question?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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