about summary refs log tree commit diff
path: root/sysdeps/ia64/fpu
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0131-31/+31
* Cleanup encoding in commentsSiddhesh Poyarekar2021-12-131-2/+2
* Add narrowing fma functionsJoseph Myers2021-09-222-0/+2
* Add narrowing square root functionsJoseph Myers2021-09-102-0/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03191-196/+0
* ia64: Update ulpsAdhemerval Zanella2021-04-051-48/+49
* ia64: Fix build after 9acda61d94acAdhemerval Zanella2021-04-052-4/+3
* Update ia64 libm-test-ulpsAdhemerval Zanella2021-01-281-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0231-31/+31
* ia64: Use generic exp10fAdhemerval Zanella2020-06-197-572/+8
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-191-3/+9
* Update ia64 libm-test-ulpsAdhemerval Zanella2020-04-081-15/+17
* math: Remove inline math testsAdhemerval Zanella2020-03-191-911/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0131-31/+31
* Remove math-finite.hWilco Dijkstra2019-10-211-24/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0732-32/+32
* 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-0132-32/+32
* 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
* Improve performance of sincosfWilco Dijkstra2018-08-101-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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0132-32/+32
* 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
* 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
* Use libm_alias_ldouble macros in sysdeps/ia64/fpu.Joseph Myers2017-11-2347-4/+52
* 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
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-252-2/+14
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-252-0/+2