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/20495] SIMD sincosf implementation lacks VEX encoded version


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

--- Comment #6 from Andrew Senkevich <andrew.n.senkevich at gmail dot com> ---
Looks like performance drop caused by 

commit f3dcae82d54e5097e18e1d6ef4ff55c2ea4e621e

Save and restore vector registers in x86-64 ld.so

because it adds save/restore of YMM registers (with AVX instructions) before
call to sinf() implemented in SSE.

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