summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0142-42/+42
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-112-2/+2
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-112-2/+2
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-112-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0742-42/+42
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0142-42/+42
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0142-42/+42
* Use libm_alias_float for sparc.Joseph Myers2017-11-307-8/+15
* Use libm_alias_double for sparc.Joseph Myers2017-11-297-8/+15
* sparc: refactor sparc64 rint{f} selector to CAdhemerval Zanella2017-11-297-24/+67
* sparc: refactor sparc64 lrint{f} selector to CAdhemerval Zanella2017-11-297-35/+92
* sparc: refactor sparc64 nearbyint{f} selector to CAdhemerval Zanella2017-11-297-24/+67
* sparc: refactor sparc64 finite{f} selector to CAdhemerval Zanella2017-11-297-30/+83
* sparc: refactor sparc64 isinf{f} selector to CAdhemerval Zanella2017-11-297-32/+84
* sparc: refactor sparc64 isnan{f} selector to CAdhemerval Zanella2017-11-297-31/+83
* sparc: refactor sparc64 signbit{f} selector to CAdhemerval Zanella2017-11-297-38/+85
* sparc: Assume VIS3 supportAdhemerval Zanella2017-11-2917-93/+85
* Remove useless SPARC signbit aliases.Joseph Myers2017-05-122-5/+0
* sparc: Remove optimized math routines which cause testsuite failures.David S. Miller2017-02-039-156/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0132-32/+32
* sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno2016-08-0313-1/+340
* sparc: remove ceil, floor, trunc sparc specific implementationsAurelien Jarno2016-08-0217-648/+7
* SPARC: fix nearbyint on sNaN inputAurelien Jarno2016-07-012-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0430-30/+30
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0230-30/+30
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0130-30/+30
* Optimize trunc{,f} on sparc.David S. Miller2013-01-165-1/+131
* Optimize nearbyint{,f} on sparc.David S. Miller2013-01-155-1/+146
* Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller2013-01-1413-111/+277
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0222-22/+22
* Add sparc vis3 optimized fma/fmaf.David S. Miller2012-03-155-1/+80
* Create a header for sparc ifunc expansion and use it for VIS3 ifuncs.David S. Miller2012-03-1520-740/+60
* Sparc optimized fmin{,f} and fmax{,f}.David S. Miller2012-03-159-1/+292
* Add more sparc VIS3 optimized math routines.David S. Miller2012-03-1529-6/+1356
* Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller2012-03-145-0/+162