aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/alpha
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Fix alpha sqrt fegetenv namespace (bug 20768).Joseph Myers1-1/+1
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-09-07Add femode_t functions: alpha.Joseph Myers2-0/+77
2016-09-07Add femode_t functions.Joseph Myers1-0/+8
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy6-24/+48
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy4-16/+32
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy4-16/+32
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy4-12/+33
2016-08-16Add fesetexcept: alpha.Joseph Myers1-0/+31
2016-08-02alpha: fix trunc for big input valuesAurelien Jarno2-8/+6
2016-08-02alpha: fix rint on sNaN inputAurelien Jarno2-0/+6
2016-08-02alpha: fix floor on sNaN inputAurelien Jarno2-8/+6
2016-08-02alpha: fix ceil on sNaN inputAurelien Jarno2-8/+6
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-4/+0
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2-14/+1
2016-01-25Update Alpha libm-test-ulpsRichard Henderson1-284/+396
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers170-170/+170
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers1-0/+0
2015-05-19alpha: Update libm-test-ulpsRichard Henderson1-300/+390
2015-04-06alpha: Update libm-test-ulpsRichard Henderson1-160/+123
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu1-1/+1
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-0/+1
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers2-1/+2
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers170-170/+170
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-0/+1
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers1-1/+1
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar1-1/+1
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar1-1/+1
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel1-0/+3
2014-11-17alpha: Fix soft-fp breakageRichard Henderson13-62/+73
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers1-1/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers1-3/+3
2014-10-09soft-fp: Refactor exception handling for comparisons.Joseph Myers1-7/+2
2014-09-29Require autoconf 2.69H.J. Lu2-0/+3
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-08-05alpha: Fix exception raising from soft-fpRichard Henderson3-8/+7
2014-07-17Move architecture shlib-versions files to Linux-specific directories.Joseph Myers1-14/+0
2014-07-03Add missing #include in sysdeps/alpha/fpu/s_nearbyint.cRoland McGrath1-1/+3
2014-07-03alpha: Remove nearbyint and nearbyintf implementationsRichard Henderson2-72/+1
2014-07-03alpha: Implement math_opt_barrier and math_force_evalRichard Henderson1-0/+6
2014-07-03alpha: Fix lround implementationsRichard Henderson2-8/+8
2014-07-03alpha: Remove round and roundf implementationsRichard Henderson2-91/+0
2014-07-03Unify hp-timing implementationsRichard Henderson1-52/+1
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson1-6/+0
2014-07-03Removing HP_TIMING_ACCUM as unusedRichard Henderson1-11/+2
2014-07-03Removing HP_TIMING_ZERO as unusedRichard Henderson1-5/+0
2014-07-01alpha: Fix isnanRichard Henderson2-24/+3