Age | Commit message (Expand) | Author |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-08-27 | Use ENTRY_NB() instead of ENTRY() | Theo Buehler |
2021-09-17 | sys/param.h is not needed in this file | Theo de Raadt |
2020-11-07 | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and | Mark Kettenis |
2018-03-12 | Make the binding of rintl, significand, and significandf consistently | Philip Guenther |
2017-08-19 | Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments | Theo de Raadt |
2016-12-22 | copysign and copysignf are used within libm, so declare them accordingly. | Christian Weisgerber |
2016-09-12 | Reduce libm's exports and make internal calls go direct. | Philip Guenther |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
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 |
2011-07-09 | Don't reimplement the same thing twice. OK matthew@. | 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-31 | Make lint play nicer in pass 2 of libm on amd64 and i386. The | Martynas Venckus |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-24 | fenv for i386, and sparc64; from matthew@ | Martynas Venckus |
2009-11-05 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was | Martynas Venckus |
2009-04-08 | missing rcs ids; spacing | 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 |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2007-06-01 | add __signbitl for i387 (not used yet) | Jason Wright |
2006-09-25 | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, | Mark Kettenis |
2006-03-18 | Remove amd64 code. | Mark Kettenis |
2005-11-15 | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ | Otto Moerbeek |
2005-08-02 | Add missing $OpenBSD$ tags. | Marc Espie |
2005-03-07 | Improve the accuracy of log1p function on i387 for small values of x. | Can Erkin Acar |
2003-04-17 | picky assembler warning cleanups | Dale Rahn |
2000-06-06 | 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp | Theo de Raadt |
1998-04-25 | scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.com | Theo de Raadt |
1996-07-27 | fix from bde; Clean up the FP stack before returning. The i387 exp() | Theo de Raadt |
1996-06-10 | Use setne instead of setnel, new versions of gas balk at the bad mnemonic. | Theo de Raadt |
1995-12-14 | from netbsd: | Theo de Raadt |
1995-10-28 | update from NetBSD | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |