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/14472] Inaccurate y1f function on x86_32


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

--- Comment #1 from Liubov Dmitrieva <liubov.dmitrieva at gmail dot com> 2012-08-15 14:31:17 UTC ---
The same test case shows bad accuracy for x86_64 as well:
(core2 machine)

-bash-4.2$ gcc main_y1f.c -lm -odo
-bash-4.2$ ./do
inputs: a = (0x422cc0bc)        4.318822e+01
actual    = (0x33f3a4bd)        1.1345535000373e-07
expected  = (0x33f3934c)        1.1342362427058e-07
error     = 4465 ulp

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