| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc: refactor sparc64 rint{f} selector to C | Adhemerval Zanella | 2017-11-29 | 1 | -0/+1 |
* | sparc: refactor sparc64 lrint{f} selector to C | Adhemerval Zanella | 2017-11-29 | 1 | -1/+2 |
* | sparc: refactor sparc64 nearbyint{f} selector to C | Adhemerval Zanella | 2017-11-29 | 1 | -0/+1 |
* | sparc: refactor sparc64 finite{f} selector to C | Adhemerval Zanella | 2017-11-29 | 1 | -0/+1 |
* | sparc: refactor sparc64 isinf{f} selector to C | Adhemerval Zanella | 2017-11-29 | 1 | -2/+2 |
* | sparc: refactor sparc64 isnan{f} selector to C | Adhemerval Zanella | 2017-11-29 | 1 | -1/+1 |
* | sparc: refactor sparc64 signbit{f} selector to C | Adhemerval Zanella | 2017-11-29 | 1 | -8/+12 |
* | sparc: Assume VIS3 support | Adhemerval Zanella | 2017-11-29 | 1 | -5/+5 |
* | sparc: Remove optimized math routines which cause testsuite failures. | David S. Miller | 2017-02-03 | 1 | -2/+1 |
* | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 2016-08-03 | 1 | -1/+10 |
* | sparc: remove ceil, floor, trunc sparc specific implementations | Aurelien Jarno | 2016-08-02 | 1 | -11/+7 |
* | Optimize trunc{,f} on sparc. | David S. Miller | 2013-01-16 | 1 | -1/+2 |
* | Optimize nearbyint{,f} on sparc. | David S. Miller | 2013-01-15 | 1 | -1/+1 |
* | Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction. | David S. Miller | 2013-01-14 | 1 | -0/+2 |
* | Add sparc vis3 optimized fma/fmaf. | David S. Miller | 2012-03-15 | 1 | -1/+2 |
* | Sparc optimized fmin{,f} and fmax{,f}. | David S. Miller | 2012-03-15 | 1 | -1/+2 |
* | Add more sparc VIS3 optimized math routines. | David S. Miller | 2012-03-15 | 1 | -6/+10 |
* | Add framework for using sparc VIS3 instructions, use it for copysign/signbit. | David S. Miller | 2012-03-14 | 1 | -0/+9 |