| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-17 | Remove echo headlines. |  bluhm | 1 | -2/+1 |
| 2020-11-07 | Add test for ilogb(3). |  kettenis | 2 | -1/+85 |
| 2020-10-19 | Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't |  kettenis | 1 | -1/+6 |
| 2019-12-21 | s/__arm64__/__aarch64__/g |  kettenis | 1 | -3/+3 |
| 2019-12-21 | Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't |  kettenis | 1 | -1/+6 |
| 2019-02-22 | For ia32 use a volatile double to force 64 bit rounding. Otherwise |  bluhm | 1 | -4/+8 |
| 2019-02-21 | Remove the #ifdef i386 special test, it does not compile there. |  bluhm | 1 | -9/+1 |
| 2019-02-21 | Replace the print "not ok" with an assert macro. This is consistent |  bluhm | 4 | -43/+30 |
| 2019-02-21 | Link msun regress to build. |  bluhm | 1 | -2/+2 |
| 2019-02-21 | Copy tests for our libm implementation from FreeBSD. Only passing |  bluhm | 5 | -0/+1056 |
| 2018-07-10 | machine/fpu.h is not needed on amd64 and does not exist on i386. |  bluhm | 1 | -2/+1 |
| 2018-07-09 | Clear the part of fenv that is modified by old AMD Opteron during |  bluhm | 1 | -2/+7 |
| 2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common |  kettenis | 5 | -4/+2769 |
| 2017-08-07 | Clang does not support -ffloat-store, so libm fenv test failed on |  bluhm | 2 | -7/+12 |
| 2017-08-06 | use %Lf for printing long double; silences clang warning |  robert | 1 | -3/+3 |
| 2017-06-02 | Use += instead of = for extra flag. Prompted by miod@ |  otto | 1 | -2/+2 |
| 2016-10-26 | use -ffloat-store to avoid too much precision which breaks the subtle test |  otto | 1 | -1/+2 |
| 2016-10-24 | using exact valus in floating point tests often does not work as expected, |  otto | 1 | -2/+3 |
| 2016-10-23 | fix lgamma test on i386 and use symbolic constant; ok martynas@ |  otto | 1 | -5/+8 |
| 2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. |  martynas | 1 | -5/+17 |
| 2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), |  martynas | 2 | -0/+49 |
| 2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. |  miod | 1 | -2/+2 |
| 2013-08-05 | Fix typo. |  kettenis | 1 | -2/+2 |
| 2013-08-02 | tgamma(0) == Inf |  kettenis | 2 | -4/+4 |
| 2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it |  kettenis | 3 | -18/+18 |
| 2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL |  kettenis | 1 | -2/+6 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 1 | -2/+1 |
| 2012-10-25 | SUBDIR += fenv, it's never too late |  miod | 1 | -2/+2 |
| 2011-07-09 | Adapt tests for extended-precision. |  martynas | 5 | -21/+63 |
| 2011-07-08 | Add 80-bit and 128-bit precision test vectors for the math functions. |  martynas | 4 | -79/+36 |
| 2011-06-02 | Add the quadruple-precision constants; testvect works better now |  martynas | 3 | -3/+63 |
| 2011-05-30 | Add cephes, and lgamma. |  martynas | 1 | -2/+3 |
| 2011-05-30 | Import regression test vectors from the Cephes math library. This |  martynas | 12 | -0/+3996 |
| 2011-05-28 | Add some simple test cases for lgamma, and lgammaf. |  martynas | 2 | -0/+54 |
| 2011-04-17 | Add recently added tests to SUBDIR. |  martynas | 1 | -2/+2 |
| 2011-04-17 | Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f}, |  martynas | 2 | -0/+67 |
| 2011-04-16 | Test nextafter and nextafterf for zero, nan and some basic |  martynas | 2 | -0/+50 |
| 2011-04-10 | tsk, float version of lrint is affected by a different bug, where |  martynas | 1 | -3/+10 |
| 2011-04-10 | add tests for yet-another bug of netbsd implementation of lrint. |  martynas | 1 | -1/+4 |
| 2011-04-10 | add tests for values zero, -zero; and values close to zero with |  martynas | 1 | -16/+23 |
| 2011-03-21 | import fenv regression test suite. this one is from freebsd and |  martynas | 2 | -0/+557 |
| 2010-02-06 | add (currently failing) test for double -> long long |  otto | 1 | -1/+10 |
| 2009-07-06 | don't test unspecified behavior per ISO C (section F.4). this made |  martynas | 1 | -7/+1 |
| 2009-04-09 | add fpaccuracy |  martynas | 1 | -2/+2 |
| 2009-04-09 | fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult |  martynas | 33 | -0/+33394 |
| 2008-12-09 | also test rintl |  martynas | 1 | -1/+3 |
| 2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 1 | -5/+9 |
| 2008-06-11 | regression tests for the upcomming tgamma bits |  martynas | 3 | -2/+115 |
| 2006-03-15 | add exp & sort |  otto | 1 | -2/+2 |
| 2006-03-15 | Simple exp(3) and expf(3) regression test for +Inf and -Inf |  otto | 2 | -0/+36 |