about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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-0759-59/+59
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0159-59/+59
* 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-0159-59/+59
* Use libm_alias_float for sparc.Joseph Myers2017-11-3012-14/+27
* Use libm_alias_double for sparc.Joseph Myers2017-11-2912-14/+27
* 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
* Use libm_alias_ldouble for SPARC fabsl.Joseph Myers2017-10-131-1/+3
* Remove SPARC sqrt wrappers (bug 21973).Joseph Myers2017-08-212-98/+0
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-212-0/+2
* Remove useless SPARC signbit aliases.Joseph Myers2017-05-124-8/+0
* sparc: Remove optimized math routines which cause testsuite failures.David S. Miller2017-02-0313-300/+1
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-042-0/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0155-55/+55
* sparc: remove fdim sparc specific implementationsAurelien Jarno2016-08-052-63/+0
* 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-0223-1085/+7
* SPARC: fix nearbyint on sNaN inputAurelien Jarno2016-07-014-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0461-61/+61
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0261-61/+61
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0161-61/+61
* Optimize trunc{,f} on sparc.David S. Miller2013-01-167-1/+240
* Optimize nearbyint{,f} on sparc.David S. Miller2013-01-157-1/+271
* Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller2013-01-1413-111/+277
* Optimize fdim/fdimf on sparc.David S. Miller2013-01-142-0/+63
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0247-47/+47
* Add sparc vis3 optimized fma/fmaf.David S. Miller2012-03-155-1/+80
* Sparc long double is emulated in software, therefore use dbl-64's s_fma.cDavid S. Miller2012-03-151-0/+2
* 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-1513-1/+436
* 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
* Small optimization to sparc 64-bit copysign.David S. Miller2012-03-142-6/+4
* Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit.David S. Miller2012-03-024-0/+127
* Optimized 64-bit sparc assembler for finite{,f} and isinf{,f}.David S. Miller2012-03-014-0/+129
* Optimized sparc assembler for signbit{,f,l} and some variants of isnan.David S. Miller2012-03-015-0/+127
* Sparc doesn't need seperate 32-bit and 64-bit ulps files.David S. Miller2012-03-011-1376/+0
* Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement.David S. Miller2012-03-012-12/+0
* Add sparc optimized sqrt{,f}.David S. Miller2012-02-282-0/+108