aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc64/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2017-11-29sparc: refactor sparc64 nearbyint{f} selector to CAdhemerval Zanella7-24/+67
2017-11-29sparc: refactor sparc64 finite{f} selector to CAdhemerval Zanella7-30/+83
2017-11-29sparc: refactor sparc64 isinf{f} selector to CAdhemerval Zanella7-32/+84
2017-11-29sparc: refactor sparc64 isnan{f} selector to CAdhemerval Zanella7-31/+83
2017-11-29sparc: refactor sparc64 signbit{f} selector to CAdhemerval Zanella7-38/+85
2017-11-29sparc: Assume VIS3 supportAdhemerval Zanella17-93/+85
2017-05-12Remove useless SPARC signbit aliases.Joseph Myers2-5/+0
2017-02-03sparc: Remove optimized math routines which cause testsuite failures.David S. Miller9-156/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers32-32/+32
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno13-1/+340
2016-08-02sparc: remove ceil, floor, trunc sparc specific implementationsAurelien Jarno17-648/+7
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/+131
2013-01-15Optimize nearbyint{,f} on sparc.David S. Miller5-1/+146
2013-01-14Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller13-111/+277
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers22-22/+22
2012-03-15Add sparc vis3 optimized fma/fmaf.David S. Miller5-1/+80
2012-03-15Create a header for sparc ifunc expansion and use it for VIS3 ifuncs.David S. Miller20-740/+60
2012-03-15Sparc optimized fmin{,f} and fmax{,f}.David S. Miller9-1/+292
2012-03-15Add more sparc VIS3 optimized math routines.David S. Miller29-6/+1356
2012-03-14Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller5-0/+162