Age | Commit message (Expand) | Author |
2023-01-27 | Use the same inline assembly constraints as for libc fp*(), when operating | Miod Vallat |
2023-01-27 | Remove fast round(3) implementation for hppa. It is a nice idea, but does not | Miod Vallat |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2016-09-12 | Reduce libm's exports and make internal calls go direct. | Philip Guenther |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2013-01-13 | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, | Martynas Venckus |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-05-30 | Trick lint into recording the right prototypes in the llib-lm.ln | Martynas Venckus |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-21 | fenv for hppa | Martynas Venckus |
2010-05-05 | Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it. | Mark Kettenis |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus |
2009-06-30 | floor(3) should round towards -inf instead of towards zero. | Mark Kettenis |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-09 | - 80-bit and quad precision trigonometric and other most | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2004-05-22 | evil pasto | Michael Shalayeff |
2003-10-31 | these are supposed to round towards zero; found by millert@ while testing per... | Michael Shalayeff |
2003-01-16 | fpr0 is recommended to be operated in full 64bits, although seemed to work ot... | Michael Shalayeff |
2002-09-11 | these are not libm private and fix the rintf pasting error | Michael Shalayeff |
2002-05-22 | add reminder and roundings | Michael Shalayeff |
2002-05-22 | md sqrt() implementation | Michael Shalayeff |