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/13932] x86_64 pow unexpectedly slow for some inputs


http://sourceware.org/bugzilla/show_bug.cgi?id=13932

--- Comment #5 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2013-03-11 06:29:10 UTC ---
If we did, we wouldn't have had to do all those iterations at different
precision levels and the result would have been much faster :)

Nevertheless, I've added patches to master that ought to improve performance by
at least 4x in the worst case, bringing it close to mpfr performance (still
about 2x slower though).  There's still scope to make it faster, which is why I
haven't closed this bug yet.

The man pages are not part of glibc, they're a separate project by themselves. 
There could be a case for adding a note explaining the multiprecision fallback
(why it's there, overview, impact, etc.) in the glibc manual though.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]