Age | Commit message (Expand) | Author |
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 | Switch to the SSE code. OK mikeb@. | Martynas Venckus |
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-21 | fenv for amd64; from matthew@ | Martynas Venckus |
2010-06-03 | typo in a comment | Theo de Raadt |
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-04-25 | fix scalbn, scalbnf, frexpf on amd64. don't use double arg | Martynas Venckus |
2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was | Martynas Venckus |
2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ | Martynas Venckus |
2009-04-08 | missing rcs ids; spacing | Martynas Venckus |
2009-04-08 | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees | 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 | amd64 version of __signbit() (pedro sized quad floats... really just IEEE | Jason Wright |
2007-04-20 | netbsd: stack sanity, leave the return PC alone | Martynas Venckus |
2006-03-19 | New amd64 exp(3). | Mark Kettenis |
2006-03-14 | amd64 asm code is not correct for exp(+/-Inf), so until somebody | Otto Moerbeek |
2005-08-02 | Add missing $OpenBSD$ tags. | Marc Espie |
2005-03-01 | pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave the | Daniel Hartmeier |
2004-07-22 | Fix a typo and get good results in the process, fixes PR 3830 and passes | Miod Vallat |
2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. | Theo de Raadt |