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 #6 from Andrew Senkevich <andrew.n.senkevich at gmail dot com> ---
(In reply to Julian Taylor from comment #5)
> I was not aware that gcc does call the finite versions ...

It is not GCC feature but Glibc (with help of assembler alias after unfolding
macros in headers).

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

It is already designed for usage under -ffast-math.

-- 
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]