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 manual/15267] New: Add note on performance characteristics of some libm functions


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

             Bug #: 15267
           Summary: Add note on performance characteristics of some libm
                    functions
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
        AssignedTo: unassigned@sourceware.org
        ReportedBy: siddhesh@redhat.com
                CC: mtk.manpages@gmail.com, roland@gnu.org
    Classification: Unclassified


libm has a fallback to multiprecision calculation for some functions (log, exp,
atan, pow, etc.) which is much slower than the fast path.  While the inputs
that trigger this are unknown, it would be useful to document the fact that
there is such a performance difference, along with an explanation of why the
multiprecision stage is needed at all.

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