[Bug math/20033] [x86_64] vectorized math function don't call the __finite versions
jtaylor.debian at googlemail dot com
sourceware-bugzilla@sourceware.org
Thu Jul 28 13:36:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=20033
--- Comment #7 from Julian Taylor <jtaylor.debian at googlemail dot com> ---
oh its a glibc feature? So one could do the aliasing to direct to _ZGV*_finite
under ffast-math but leave it intact and svml compatible if that is not set?
I think it severely limits the usability of these functions when they can only
be used with ffast-math, that is a catch all optimization flag unsuitable for a
lot of applications.
Slight numerical differences are ok, but some of the other stuff this flag
enables not (like the change of non-finites, poor complex division etc.)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list