| Commit message (Expand) | Author | Age | Files | Lines |
* | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2018-09-20 | 2 | -0/+2 |
* | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 2018-09-17 | 2 | -0/+2 |
* | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2018-09-14 | 2 | -0/+2 |
* | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2018-09-14 | 2 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 59 | -59/+59 |
* | Use libm_alias_float for sparc. | Joseph Myers | 2017-11-30 | 12 | -14/+27 |
* | Use libm_alias_double for sparc. | Joseph Myers | 2017-11-29 | 12 | -14/+27 |
* | sparc: refactor sparc64 rint{f} selector to C | Adhemerval Zanella | 2017-11-29 | 7 | -24/+67 |
* | sparc: refactor sparc64 lrint{f} selector to C | Adhemerval Zanella | 2017-11-29 | 7 | -35/+92 |
* | sparc: refactor sparc64 nearbyint{f} selector to C | Adhemerval Zanella | 2017-11-29 | 7 | -24/+67 |
* | sparc: refactor sparc64 finite{f} selector to C | Adhemerval Zanella | 2017-11-29 | 7 | -30/+83 |
* | sparc: refactor sparc64 isinf{f} selector to C | Adhemerval Zanella | 2017-11-29 | 7 | -32/+84 |
* | sparc: refactor sparc64 isnan{f} selector to C | Adhemerval Zanella | 2017-11-29 | 7 | -31/+83 |
* | sparc: refactor sparc64 signbit{f} selector to C | Adhemerval Zanella | 2017-11-29 | 7 | -38/+85 |
* | sparc: Assume VIS3 support | Adhemerval Zanella | 2017-11-29 | 17 | -93/+85 |
* | Use libm_alias_ldouble for SPARC fabsl. | Joseph Myers | 2017-10-13 | 1 | -1/+3 |
* | Remove SPARC sqrt wrappers (bug 21973). | Joseph Myers | 2017-08-21 | 2 | -98/+0 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 2 | -0/+2 |
* | Remove useless SPARC signbit aliases. | Joseph Myers | 2017-05-12 | 4 | -8/+0 |
* | sparc: Remove optimized math routines which cause testsuite failures. | David S. Miller | 2017-02-03 | 13 | -300/+1 |
* | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-01-04 | 2 | -0/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 55 | -55/+55 |
* | sparc: remove fdim sparc specific implementations | Aurelien Jarno | 2016-08-05 | 2 | -63/+0 |
* | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 2016-08-03 | 13 | -1/+340 |
* | sparc: remove ceil, floor, trunc sparc specific implementations | Aurelien Jarno | 2016-08-02 | 23 | -1085/+7 |
* | SPARC: fix nearbyint on sNaN input | Aurelien Jarno | 2016-07-01 | 4 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 61 | -61/+61 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 61 | -61/+61 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 61 | -61/+61 |
* | Optimize trunc{,f} on sparc. | David S. Miller | 2013-01-16 | 7 | -1/+240 |
* | Optimize nearbyint{,f} on sparc. | David S. Miller | 2013-01-15 | 7 | -1/+271 |
* | Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction. | David S. Miller | 2013-01-14 | 13 | -111/+277 |
* | Optimize fdim/fdimf on sparc. | David S. Miller | 2013-01-14 | 2 | -0/+63 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 47 | -47/+47 |
* | Add sparc vis3 optimized fma/fmaf. | David S. Miller | 2012-03-15 | 5 | -1/+80 |
* | Sparc long double is emulated in software, therefore use dbl-64's s_fma.c | David S. Miller | 2012-03-15 | 1 | -0/+2 |
* | Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. | David S. Miller | 2012-03-15 | 20 | -740/+60 |
* | Sparc optimized fmin{,f} and fmax{,f}. | David S. Miller | 2012-03-15 | 13 | -1/+436 |
* | Add more sparc VIS3 optimized math routines. | David S. Miller | 2012-03-15 | 29 | -6/+1356 |
* | Add framework for using sparc VIS3 instructions, use it for copysign/signbit. | David S. Miller | 2012-03-14 | 5 | -0/+162 |
* | Small optimization to sparc 64-bit copysign. | David S. Miller | 2012-03-14 | 2 | -6/+4 |
* | Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit. | David S. Miller | 2012-03-02 | 4 | -0/+127 |
* | Optimized 64-bit sparc assembler for finite{,f} and isinf{,f}. | David S. Miller | 2012-03-01 | 4 | -0/+129 |
* | Optimized sparc assembler for signbit{,f,l} and some variants of isnan. | David S. Miller | 2012-03-01 | 5 | -0/+127 |
* | Sparc doesn't need seperate 32-bit and 64-bit ulps files. | David S. Miller | 2012-03-01 | 1 | -1376/+0 |
* | Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement. | David S. Miller | 2012-03-01 | 2 | -12/+0 |
* | Add sparc optimized sqrt{,f}. | David S. Miller | 2012-02-28 | 2 | -0/+108 |
* | Add optimized copysign for sparc. | David S. Miller | 2012-02-28 | 2 | -0/+62 |
* | Optimized sparc floor{,f} routines. | David S. Miller | 2012-02-27 | 2 | -0/+164 |
* | Fix %fp/%sp typo in new sparc ceil{,f} assembler. | David S. Miller | 2012-02-27 | 2 | -4/+4 |