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

Julian Taylor <jtaylor.debian at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jtaylor.debian at googlemail dot c
                   |                            |om

--- Comment #1 from Julian Taylor <jtaylor.debian at googlemail dot com> ---
I disagree with this. The scalar fallback allows me to have equal results to
scalar math for non finite inputs which makes them much more useful for general
purpose libraries.

Currently also with vector math pow(nan, 0) will give me 1 as I would with
scalar math. If you call pow_finite this property is probably not retained.

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