about summary refs log tree commit diff
path: root/sysdeps/ia64
Commit message (Expand)AuthorAgeFilesLines
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-4/+0
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-141-33/+0
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* Fix a few typos in commentsDmitry V. Levin2019-01-123-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0187-87/+87
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-211-3/+9
* Remove the error handling wrapper from log2Szabolcs Nagy2018-11-211-3/+9
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-211-0/+6
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-212-3/+15
* Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers2018-11-121-10/+0
* i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy2018-10-263-9/+9
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-282-2/+0
* Add new pow implementationSzabolcs Nagy2018-09-191-0/+1
* Add new log2 implementationSzabolcs Nagy2018-09-121-0/+1
* Add new log implementationSzabolcs Nagy2018-09-121-0/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-053-1/+2
* Remove unused math filesWilco Dijkstra2018-08-243-3/+0
* Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2018-08-101-4/+13
* Improve performance of sincosfWilco Dijkstra2018-08-101-0/+1
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-211-1/+0
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+1
* Remove mplog and mpexpWilco Dijkstra2018-02-152-2/+0
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+0
* Remove slow paths from powWilco Dijkstra2018-02-122-2/+0
* Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2018-02-062-142/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0189-89/+89
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-0/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+0
* ia64: Fix memchr for large input sizes (BZ #22603)Adhemerval Zanella2017-12-191-0/+4
* Update IA64 libm-test-ulpsAdhemerval Zanella2017-12-121-26/+1914
* Correct some ia64 libm_alias_float_other calls.Joseph Myers2017-12-063-3/+3
* Use libm_alias_float for ia64.Joseph Myers2017-11-2950-3/+52
* Use libm_alias_double for ia64.Joseph Myers2017-11-2949-3/+51
* Add _Float64x function aliases.Joseph Myers2017-11-272-0/+13
* Use libm_alias_ldouble macros in sysdeps/ia64/fpu.Joseph Myers2017-11-2347-4/+52
* Support bits/floatn.h inclusion from .S files.Joseph Myers2017-11-171-28/+32
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-071-0/+2
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+5
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-201-0/+2
* ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu2017-10-031-1/+1
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-10-023-4/+22
* New generic powfSzabolcs Nagy2017-09-291-0/+1
* New generic log2fSzabolcs Nagy2017-09-291-0/+1
* New generic logfSzabolcs Nagy2017-09-291-0/+1
* Remove ancient __signbit inlinesWilco Dijkstra2017-09-281-53/+0
* Fix ia64 executable stack default (bug 22156).Joseph Myers2017-09-261-3/+2
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-252-2/+14