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/11422] sin(x) (actually probably all trig) is inaccurate for large x


------- Additional Comments From drepper at redhat dot com  2010-03-26 14:27 -------
(In reply to comment #9)
> However, I don't believe x86-64 is an option as the code has to run on Atom
> platforms. 

There are 64-bit Atoms.


> Can't the 32-bit builds use the same
> code base that the x86-64 systems use (which presumably avoid using the dubious
> fsin instruction on non trivial values)?

No.  There are people asking for the opposite: using the inaccurate x86 code on
x86-64.  The code is what it is.  The good neas is that it's trivial to use your
own libm replacement once you write it.



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]