1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/lib/msun
Bruce Evans be396b71c1 2 long double constants were missing L suffixes. This helped break tanl()
on !(amd64 || i386).  It gave slightly worse than double precision in some
cases.  tanl() now passes tests of 2^24 values on ia64.
2008-02-18 15:39:52 +00:00
..
amd64 Use hardware remainder on amd64 since it is 5 to 10 times faster than 2008-02-13 06:01:48 +00:00
arm
bsdsrc
i387 Implement rintl(), nearbyintl(), lrintl(), and llrintl(). 2008-01-14 02:12:07 +00:00
ia64
ld80 2 long double constants were missing L suffixes. This helped break tanl() 2008-02-18 15:39:52 +00:00
ld128 Add kernel functions for 128-bit long doubles. These could be improved 2008-02-17 07:32:31 +00:00
man Documentation for sinl(), cosl(), and tanl(). 2008-02-17 07:32:44 +00:00
powerpc
sparc64
src Inline __ieee754__rem_pio2(). With gcc4-2, this gives an average 2008-02-18 14:02:12 +00:00
Makefile Hook up sinl(), cosl(), and tanl() to the build. 2008-02-17 07:33:51 +00:00
Symbol.map Hook up sinl(), cosl(), and tanl() to the build. 2008-02-17 07:33:51 +00:00