aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert26-26/+26
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers26-26/+26
2022-04-07sparc64: Remove fcopysign{f} implementationAdhemerval Zanella3-9/+6
2022-04-04sparc: Remove s_abs implementationsAdhemerval Zanella2-2/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert26-26/+26
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+6
2021-09-15Redirect fma calls to __fma in libmJoseph Myers2-0/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar11-11/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert26-26/+26
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers26-26/+26
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert26-26/+26
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers26-26/+26
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-0/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers26-26/+26
2017-12-01sparc: Fix sparv9 multiarch buildAdhemerval Zanella1-1/+1
2017-12-01sparc: refactor sparc32 nearbyint{f} selector to CAdhemerval Zanella7-32/+75
2017-12-01sparc: refactor sparc32 rint{f} selector to CAdhemerval Zanella7-30/+74
2017-12-01sparc: refactor sparc32 llrint{f} selector to CAdhemerval Zanella7-33/+73
2017-12-01sparc: refactor sparc32 fabs{f} selector to CAdhemerval Zanella7-30/+74
2017-12-01sparc: refactor sparc32 copysign selector to CAdhemerval Zanella7-36/+91
2017-11-30Remove SPARC lllrint aliases.Joseph Myers2-6/+0
2017-11-30Use libm_alias_float for sparc.Joseph Myers7-7/+14
2017-11-29Use libm_alias_double for sparc.Joseph Myers7-31/+14
2017-11-29sparc: Assume VIS3 supportAdhemerval Zanella9-43/+27
2017-10-04Restore sparc32 copysignl, fabsl, fmal compat symbols (bug 22229).Joseph Myers3-0/+19
2017-09-13Define and use libm_alias_double.Joseph Myers2-1/+5
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers5-123/+0
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2-0/+2
2017-02-03sparc: Remove optimized math routines which cause testsuite failures.David S. Miller9-179/+0
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes5-3/+4
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers22-22/+22
2016-09-01Make common fdim implementation generic.Paul E. Murphy4-1/+7
2016-08-29sparcv9: Restore fdiml@GLIBC_2.1Paul E. Murphy1-1/+1
2016-08-05sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno5-1/+114
2016-08-05sparc: remove fdim sparc specific implementationsAurelien Jarno5-99/+2
2016-08-02Fix sNaN handling in nearbyint on 32-bit sparc.David S. Miller2-4/+4
2016-08-02sparc: remove ceil, floor, trunc sparc specific implementationsAurelien Jarno17-690/+3
2016-07-01SPARC: fix nearbyint on sNaN inputAurelien Jarno2-0/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers30-30/+30
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers30-30/+30
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae30-30/+30
2013-01-16Optimize trunc{,f} on sparc.David S. Miller5-1/+143
2013-01-15Optimize nearbyint{,f} on sparc.David S. Miller5-1/+159
2013-01-14Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller13-112/+290
2013-01-14Optimize fdim/fdimf on sparc.David S. Miller5-1/+98
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers20-20/+20
2012-05-08Minor optimization to sparc VIS3 floor() implementation.David S. Miller1-2/+1
2012-04-26Fix missing long-double compat symbols on sparc v9.David S. Miller6-0/+42
2012-03-15Add sparc vis3 optimized fma/fmaf.David S. Miller5-1/+89