| Age | Commit message (Expand) | Author |
| 2014-03-03 | Drop in a fabs() after the fsqrt(). | dsl |
| 2013-11-11 | Preserve the initial x87 control word in the global FP environment | joerg |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-05-29 | Fix sense of fegetexcept on x86. | riastradh |
| 2013-05-20 | Correctly alias the ldexp* functions to the scalbn equivalents | mlelstv |
| 2013-05-20 | Fix ldexp aliases. | joerg |
| 2013-05-20 | Use correct alias for scalbn(). Tested by martin@. | mlelstv |
| 2013-04-28 | Drop s_scalbnl.c (and s_scalbln.S as side effect) and provide scalbnl in | joerg |
| 2013-04-27 | Add a dummy s_scalbln.S to avoid the generic implementations of scalbln | joerg |
| 2013-04-27 | Add aliases for scalbn* to ldexp, they are identical for FLT_RADIX=2. | joerg |
| 2013-04-27 | Use the correct register on AMD64 for the argument. | joerg |
| 2013-02-12 | Fix the strong alias correctly this time. | matt |
| 2013-02-11 | Fix strong_alias | matt |
| 2013-02-11 | provide ldexpl | christos |
| 2013-02-11 | Add long double version of x86 scalb functions | matt |
| 2012-08-04 | Mask off the result of feenableexcept and fedisableexcept on x86. | riastradh |
| 2011-08-03 | Add logbl(3). | joerg |
| 2011-07-28 | Add ilogbl(3). | joerg |
| 2011-07-26 | Add optimised version of scalbnl for x86. | joerg |
| 2011-06-21 | Actually used SSE branch. Noticed by enami@ | joerg |
| 2011-06-18 | Use correct stack register as noticed by christos | joerg |
| 2011-06-18 | Kill redundant ; | joerg |
| 2011-06-18 | Switch to SSE code, since our gas supports it now. | joerg |
| 2011-06-18 | SSE2 registers are only used for float and double arguments, so update | joerg |
| 2010-08-01 | Fix compile error. | taca |
| 2010-07-31 | Fix merge error: drop machine from an older workaround for machine.sse | joerg |
| 2010-07-31 | Add support for fenv.h interface for i386 and amd64. | joerg |
| 2010-04-23 | -build ldexp/frexp/modf locally again rather than relying on libc | drochner |
| 2008-06-24 | as in exp(), treat +/-Inf and NaN arguments specially, should fix | drochner |
| 2008-06-23 | -fix an obvious mistake in fpcw check | drochner |
| 2008-06-23 | add macros for the upper half of the double arguments. | christos |
| 2008-06-23 | Share the amd64 and i386 exp versions. Fixes a problem with exp(-Inf) != 0. | christos |
| 2008-06-06 | Use a dummy assembly file so we won't try produce lint stuff. | ad |
| 2008-06-04 | Forgot to add this yesterday. | ad |
| 2008-06-03 | - Fold libm387 into libm. | ad |
| 2008-04-25 | avoid shadow variables, and enable lint. | christos |
| 2006-03-22 | merge libc/arch/{i386,x86_64}/gen/modf.S into one | drochner |
| 2006-03-21 | The second argument is not a float, so the "abi.h" abstraction | drochner |
| 2005-07-28 | activate e_atan2f.S which was there forever but not built, noticed | drochner |
| 2005-07-21 | Bump minor version for log2{,f}. | rpaulo |
| 2005-07-21 | Add i387 FPU routines for log2(3) and log2f(3). | rpaulo |
| 2004-10-13 | add licenses | drochner |
| 2004-07-16 | amd64: stack sanity, leave the return PC alone | drochner |
| 2004-07-01 | provide an assembler implementation of lrint() for i386 and amd64 | drochner |
| 2004-03-22 | Typo fix, from skrueger at europe com. | wiz |
| 2003-09-16 | Avoid the PIC dance. | wennmach |
| 2003-09-14 | Make log1p and log1pf work in shared libraries again. | fvdl |
| 2003-09-10 | Reimplement s_log1p.S and s_log1pf.S to use the fyl2xp1 instruction | wennmach |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2002-08-19 | Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the | lukem |