summaryrefslogtreecommitdiff
path: root/lib/libm/arch
AgeCommit message (Expand)Author
1997-10-10Same reason as for ldexp.S: most applications don't scale 0.0.is
1997-07-30Fix files using old TNF copyright noticejtc
1996-08-13Use <machine/asm.h>thorpej
1996-07-08Correct think-o; this is an assembler source file (and the Makefilethorpej
1996-07-06Fix typojtc
1996-07-03use one less fp stack slotjtc
1996-07-03It's necessary to use 64 bit precision to avoid errors in the leastjtc
1996-07-03this simple adaptation exp() does not workjtc
1996-07-03Assembly versions of expf(), logf(),log10f(), scalbf(), expm1() and expm1f().jtc
1996-06-26we don't need to branchjtc
1996-06-26add m68881 specific fmod()jtc
1996-06-26Alpha versions of copysign() and copysignf()jtc
1996-06-25Fix from Bruce Evans. Commited to FreeBSD earlier this month, but wasjtc
1996-06-04Use setne instead of setnel, new versions of gas balk at the bad mnemonic.jtc
1995-10-22Setup stack-frame correctly (same as s_ilogb.S).pk
1995-10-12Fix from Jochen Pohl, i387 version of ilogb didn't set up the stackjtc
1995-10-10Machine specific math library files for vax.ragge
1995-05-11Winning Strategies has placed this code in the public domain.jtc
1995-05-10Id -> NetBSDjtc
1995-05-08Id -> NetBSDjtc
1995-05-08Id -> NetBSDjtc
1995-05-08i387 float version of atan2()jtc
1995-05-03Added i387 remainderf and sqrtfjtc
1995-04-28Winning Strategies has placed this code into the Public Domainjtc
1995-02-18Special case 0, as was done in s_scalbn.S.jtc
1995-02-1868881-assisted versions of these functions.jtc
1994-08-26Remove lie (in a comment) about conversion between 80 bit ot 64 bit reals,jtc
1994-08-19Assembly language versions of some of the "float" functions.jtc
1994-08-19The fyl2xp1 instruction has a limited range:jtc
1994-08-18Major Bogon: change %ebp to %esp, as I don't set up a stack frame.jtc
1994-03-18Use RCSID macro for RCS ID's.jtc
1994-03-12Added RCS ID's. ID's use new RCSID macro from <machine/asm.h>.jtc
1994-03-12Clean up deleted files.mycroft
1994-03-12The hardware sqrt function is supposed to be __ieee754_sqrt(), and live injtc
1994-03-12converted ceil(), floor(), & rint() from old to new math libraries.jtc
1994-03-12Replace code that was "truncated" when it was converted from oldjtc
1994-03-10Added i387 version of significand().jtc
1994-03-04More i387 libm support.jtc
1994-02-18Optimize the common case (theta < 2^63).jtc
1994-02-18i387 specific ilogb()jtc
1994-02-16i387-specific math functions.jtc
1994-02-14Functions brought over from the old math library.jtc
1994-02-12More i387 math support, too bad we can't enable itjtc
1994-02-11FPU specific math code.jtc