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/13563] LoP asinl returns unexpected value on long double


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

Dave Flaherty <dflahert at us dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dflahert at us dot ibm.com

--- Comment #3 from Dave Flaherty <dflahert at us dot ibm.com> 2012-01-24 21:02:41 UTC ---
It appears there are a couple issues with this code.  The first issue is how
the code is checking for values greater than 1 (or less than -1), and the other
issue is how the code gets the absolute value of the input argument. 

Patch and test suite update will be provided shortly.

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