| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-07 | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and |  kettenis | 2 | -40/+0 |
| 2018-07-08 | Add missing retguard check |  mortimer | 1 | -1/+2 |
| 2018-07-03 | Add retguard macros to libm assembly. |  mortimer | 43 | -43/+135 |
| 2018-03-12 | Make the binding of rintl, significand, and significandf consistently |  guenther | 2 | -2/+4 |
| 2018-02-05 | Constants which can go into .rodata |  deraadt | 2 | -2/+4 |
| 2017-08-19 | Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments |  deraadt | 2 | -10/+6 |
| 2016-12-22 | copysign and copysignf are used within libm, so declare them accordingly. |  naddy | 2 | -4/+8 |
| 2016-09-12 | Reduce libm's exports and make internal calls go direct. |  guenther | 45 | -50/+128 |
| 2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 1 | -39/+39 |
| 2013-01-13 | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, |  martynas | 1 | -5/+1 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 1 | -4/+2 |
| 2011-07-09 | Switch to the SSE code. OK mikeb@. |  martynas | 2 | -44/+5 |
| 2011-07-09 | Don't reimplement the same thing twice. OK matthew@. |  martynas | 1 | -21/+0 |
| 2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2 | -108/+0 |
| 2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2 | -0/+108 |
| 2011-05-31 | Make lint play nicer in pass 2 of libm on amd64 and i386. The |  martynas | 1 | -1/+5 |
| 2011-04-28 | fenv improvements and cleanups |  martynas | 1 | -42/+29 |
| 2011-04-21 | fenv for amd64; from matthew@ |  martynas | 1 | -0/+423 |
| 2010-06-03 | typo in a comment |  deraadt | 1 | -2/+2 |
| 2009-11-06 | Provide assembly version of sqrtl(3). |  kettenis | 1 | -0/+12 |
| 2009-04-25 | fix scalbn, scalbnf, frexpf on amd64. don't use double arg |  martynas | 2 | -10/+16 |
| 2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was |  martynas | 1 | -1/+4 |
| 2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ |  martynas | 4 | -0/+48 |
| 2009-04-08 | missing rcs ids; spacing |  martynas | 3 | -12/+13 |
| 2009-04-08 | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees |  martynas | 11 | -183/+10 |
| 2008-12-09 | - 80-bit and quad precision trigonometric and other most |  martynas | 3 | -49/+84 |
| 2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 13 | -26/+26 |
| 2008-07-24 | - remove isinff, isnanf. this has been moved to libc |  martynas | 1 | -19/+0 |
| 2007-06-01 | amd64 version of __signbit() (pedro sized quad floats... really just IEEE |  jason | 1 | -0/+19 |
| 2007-04-20 | netbsd: stack sanity, leave the return PC alone |  martynas | 1 | -3/+3 |
| 2006-03-19 | New amd64 exp(3). |  kettenis | 1 | -0/+101 |
| 2006-03-14 | amd64 asm code is not correct for exp(+/-Inf), so until somebody |  otto | 1 | -129/+0 |
| 2005-08-02 | Add missing $OpenBSD$ tags. |  espie | 41 | -85/+41 |
| 2005-03-01 | pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave the |  dhartmei | 1 | -2/+2 |
| 2004-07-22 | Fix a typo and get good results in the process, fixes PR 3830 and passes |  miod | 1 | -1/+1 |
| 2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. |  deraadt | 42 | -0/+1322 |