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/20032] vectorized exp is slower than scalar exp


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

Andrew Senkevich <andrew.n.senkevich at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Senkevich <andrew.n.senkevich at gmail dot com> ---
Hi,

testcase is not correct for performance check because it uses different
arguments for scalar and vector calls.

> which in turn apparently calls _ZGVbN2v_exp_sse4.
Yes, AVX vector versions are implemented as wrappers to SSE vector versions.

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