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/14412] Removal of sysdeps/x86_64/fpu/s_sincos.S causes regressions


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

--- Comment #15 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2013-04-26 03:50:20 UTC ---
That's the point of the fix to bug 14496.  The root of the problem is that we
save and restore rounding modes in functions that we don't have non-RN modes
implemented.  This calls feupdateenv (IIRC), which in turn calls feraiseexcept
if there was an exception to be raised.  The exception mask check in x86_64 was
incorrect, causing feraiseexcept to be called all the time.  with the fix, it
is only called when there actually is an exception.

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