Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Sparc ULPs. | David S. Miller | 2013-07-20 | 1 | -0/+5 |
| | | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor difference between 32-bit and 64-bit. | ||||
* | Full from-scratch rebuild of sparc ULPs. | David S. Miller | 2013-07-07 | 1 | -238/+73 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch. | ||||
* | Update sparc ULPs. | David S. Miller | 2013-07-02 | 1 | -0/+46 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Don't include expected results in libm-test test names. | Joseph Myers | 2013-05-22 | 1 | -2470/+2470 |
| | |||||
* | Handle sincos with generic libm-test logic. | Joseph Myers | 2013-05-19 | 1 | -7/+7 |
| | |||||
* | Update Sparc ULPs. | David S. Miller | 2013-05-14 | 1 | -6/+853 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update Sparc ULPs. | David S. Miller | 2013-05-02 | 1 | -24/+4125 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs. | David S. Miller | 2013-03-22 | 1 | -4/+1002 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update Sparc ULPs. | David S. Miller | 2013-03-17 | 1 | -2/+14 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Add long-double sparc ULPs updates missing in previous commit. | David S. Miller | 2013-02-04 | 1 | -0/+36 |
| | |||||
* | Update sparc ULPs after Joseph's casin fixes. | David S. Miller | 2013-02-04 | 1 | -0/+126 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs. | David S. Miller | 2013-01-17 | 1 | -0/+74 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for new casin{,h} tests. | David S. Miller | 2013-01-10 | 1 | -0/+114 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update Sparc ULPs. | David S. Miller | 2013-01-04 | 1 | -0/+5 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 17 | -18/+17 |
| | |||||
* | Update sparc ULPs for recently added pow tests. | David S. Miller | 2012-11-28 | 1 | -0/+25 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Fix spurious underflows in ldbl-128 atan implementation. | David S. Miller | 2012-11-19 | 1 | -0/+3 |
| | | | | | | | | | | With help from Joseph Myers. * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and very large arguments properly. * math/libm-test.inc (atan_test): New tests. (atan2_test): New tests. * sysdeps/sparc/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Update. | ||||
* | Correct tinyness handling in long-double and float y0/y1. | David S. Miller | 2012-11-18 | 1 | -1/+46 |
| | | | | | | | | | | | | | | | | | With help from Joseph Myers. * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness cutoff to 2**-13. * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness cutoff to 2**-25. * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant. ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very small. * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise. * math/libm-test.inc (y0_test): New tests. (y1_test): New tests. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Update. * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 2 | -1/+14 |
| | |||||
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -18/+27 |
| | |||||
* | Uncorrupt Sparc ULPS file. | David S. Miller | 2012-09-28 | 1 | -2/+1 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file. | ||||
* | Revert "Add missed ildouble case in yesterday's sparc ULPs update for ↵ | David S. Miller | 2012-09-28 | 1 | -2/+0 |
| | | | | | | | | clog/clog10." This reverts commit 084b8fabd28ab541efbe5ce7ef6008107a4b86ea. Sorry something put garbage into the string, will debug this. | ||||
* | Add missed ildouble case in yesterday's sparc ULPs update for clog/clog10. | David S. Miller | 2012-09-28 | 1 | -0/+2 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPS for recent clog/clog10 activity. | David S. Miller | 2012-09-27 | 1 | -2/+176 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for recently added math tests. | David S. Miller | 2012-09-05 | 1 | -0/+12 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update SPARC ULPs. | David S. Miller | 2012-08-03 | 1 | -4/+51 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-07-31 | 1 | -0/+8 |
| | |||||
* | Update sparc ULPs. | David S. Miller | 2012-07-27 | 1 | -0/+53 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-07-11 | 1 | -0/+449 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ulps after Joseph's math.h fixes. | David S. Miller | 2012-05-31 | 1 | -9/+0 |
| | | | | | * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test entries. | ||||
* | Don't include exceptions in libm-test-ulps test names. | Joseph Myers | 2012-05-24 | 1 | -10/+10 |
| | |||||
* | Update sparc ULPs for ccos, csin, ccosh, csinh tests. | David S. Miller | 2012-05-19 | 1 | -0/+290 |
| | |||||
* | Mark sparc %fsr load and store inline asms as volatile. | David S. Miller | 2012-05-11 | 2 | -6/+6 |
| | | | | | | * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__. * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise. (_FPU_SETCW): Likewise. | ||||
* | With -frounding-math, some sparc ULPs need to be adjusted. | David S. Miller | 2012-05-08 | 1 | -0/+33 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for recently added exp tests. | David S. Miller | 2012-05-07 | 1 | -0/+17 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for recently added acos/asin tests. | David S. Miller | 2012-05-02 | 1 | -0/+100 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc libm ULPs. | David S. Miller | 2012-04-11 | 1 | -10/+124 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for recently added tests and bug fixes. | David S. Miller | 2012-03-23 | 1 | -67/+59 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for recently added tests. | David S. Miller | 2012-03-21 | 1 | -0/+26 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for newly added tests. | David S. Miller | 2012-03-19 | 1 | -0/+49 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Fix sparc build after math_private.h cleanups. | David S. Miller | 2012-03-19 | 2 | -62/+107 |
| | | | | | | | | | | | | | * sysdeps/sparc/fpu/fenv_private.h: New file. * sysdeps/sparc/fpu/math_private.h: Use it. (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl): Remove. (libc_feholdexcept_setround, libc_feholdexcept_setroundf, (libc_feholdexcept_setroundl): Remove. (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Remove. (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove. (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-03-16 | 1 | -89/+71 |
| | | | | * sysdeps/sparc/fpu/libm-test/ulps: Update. | ||||
* | Implement optimized libc_fe*() math routines on sparc. | David S. Miller | 2012-03-16 | 1 | -0/+68 |
| | | | | * sysdeps/sparc/fpu/math_private.h: New file. | ||||
* | Update sparc ULPs for newly added csqrt tests. | David S. Miller | 2012-03-14 | 1 | -0/+34 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs for recently added tests. | David S. Miller | 2012-03-11 | 1 | -3/+464 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs due to recently added tests. | David S. Miller | 2012-03-05 | 1 | -0/+87 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-03-02 | 1 | -0/+412 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests. | ||||
* | Update Sparc ulps for recently added tests. | David S. Miller | 2012-03-01 | 1 | -0/+13 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Sparc doesn't need seperate 32-bit and 64-bit ulps files. | David S. Miller | 2012-03-01 | 1 | -0/+1376 |
| | | | | | | * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move... * sysdeps/sparc/fpu/libm-test-ulps: to here. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete. | ||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 17 | -51/+34 |
| |