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 libc/15424] modf benchtest gives bogus results


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

--- Comment #3 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2013-05-17 12:01:27 UTC ---
The problem is not modf, it is the code generated for atan.  gcc figures out
that the atan call is needed only once and optimizes it out of the loop.  It's
a problem with all trigonometrict functions - look for functions that take ~1-2
cycles minimum time.  Patch coming up.

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