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