about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/fpu
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0157-57/+57
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0657-57/+57
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-231-7/+0
* sparc64: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-072-60/+0
* sparc: Remove s_abs implementationsAdhemerval Zanella2022-04-042-14/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0159-59/+59
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0317-17/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0259-59/+59
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0159-59/+59
* 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-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