aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64
AgeCommit message (Expand)AuthorFilesLines
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-4/+0
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer1-33/+0
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-01-12Fix a few typos in commentsDmitry V. Levin3-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers87-87/+87
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-3/+9
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-3/+9
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+6
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy2-3/+15
2018-11-12Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers1-10/+0
2018-10-26i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy3-9/+9
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers2-2/+0
2018-09-19Add new pow implementationSzabolcs Nagy1-0/+1
2018-09-12Add new log2 implementationSzabolcs Nagy1-0/+1
2018-09-12Add new log implementationSzabolcs Nagy1-0/+1
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy3-1/+2
2018-08-24Remove unused math filesWilco Dijkstra3-3/+0
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-4/+13
2018-08-10Improve performance of sincosfWilco Dijkstra1-0/+1
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+1
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers1-1/+0
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+1
2018-02-15Remove mplog and mpexpWilco Dijkstra2-2/+0
2018-02-12Remove slow paths from expSzabolcs Nagy1-1/+0
2018-02-12Remove slow paths from powWilco Dijkstra2-2/+0
2018-02-06Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2-142/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers89-89/+89
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-0/+1
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-1/+0
2017-12-19ia64: Fix memchr for large input sizes (BZ #22603)Adhemerval Zanella1-0/+4
2017-12-12Update IA64 libm-test-ulpsAdhemerval Zanella1-26/+1914
2017-12-06Correct some ia64 libm_alias_float_other calls.Joseph Myers3-3/+3
2017-11-29Use libm_alias_float for ia64.Joseph Myers50-3/+52
2017-11-29Use libm_alias_double for ia64.Joseph Myers49-3/+51
2017-11-27Add _Float64x function aliases.Joseph Myers2-0/+13
2017-11-23Use libm_alias_ldouble macros in sysdeps/ia64/fpu.Joseph Myers47-4/+52
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-28/+32
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-0/+2
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+5
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-10-03ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu1-1/+1
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy3-4/+22
2017-09-29New generic powfSzabolcs Nagy1-0/+1
2017-09-29New generic log2fSzabolcs Nagy1-0/+1
2017-09-29New generic logfSzabolcs Nagy1-0/+1
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra1-53/+0
2017-09-26Fix ia64 executable stack default (bug 22156).Joseph Myers1-3/+2
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2-2/+14
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy2-0/+2