aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/fpu
AgeCommit message (Expand)Author
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-04-07ia64: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-04ia64: Remove fabs implementationsAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-04-05ia64: Update ulpsAdhemerval Zanella
2021-04-05ia64: Fix build after 9acda61d94acAdhemerval Zanella
2021-01-28Update ia64 libm-test-ulpsAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-06-19ia64: Use generic exp10fAdhemerval Zanella
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella
2020-04-08Update ia64 libm-test-ulpsAdhemerval Zanella
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-21Remove math-finite.hWilco Dijkstra
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-27Add some spaces before '('.Joseph Myers
2019-01-12Fix a few typos in commentsDmitry V. Levin
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-11-12Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers
2018-10-26i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers
2018-09-19Add new pow implementationSzabolcs Nagy
2018-09-12Add new log2 implementationSzabolcs Nagy
2018-09-12Add new log implementationSzabolcs Nagy
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-08-24Remove unused math filesWilco Dijkstra
2018-08-10Improve performance of sincosfWilco Dijkstra
2018-02-15Remove mplog and mpexpWilco Dijkstra
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-12Update IA64 libm-test-ulpsAdhemerval Zanella
2017-12-06Correct some ia64 libm_alias_float_other calls.Joseph Myers
2017-11-29Use libm_alias_float for ia64.Joseph Myers
2017-11-29Use libm_alias_double for ia64.Joseph Myers
2017-11-23Use libm_alias_ldouble macros in sysdeps/ia64/fpu.Joseph Myers
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy