aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/alpha/fpu
AgeCommit message (Expand)Author
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-04Fix alpha sqrt fegetenv namespace (bug 20768).Joseph Myers
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-09-07Add femode_t functions: alpha.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy
2016-08-16Add fesetexcept: alpha.Joseph Myers
2016-08-02alpha: fix trunc for big input valuesAurelien Jarno
2016-08-02alpha: fix rint on sNaN inputAurelien Jarno
2016-08-02alpha: fix floor on sNaN inputAurelien Jarno
2016-08-02alpha: fix ceil on sNaN inputAurelien Jarno
2016-01-25Update Alpha libm-test-ulpsRichard Henderson
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-05-19alpha: Update libm-test-ulpsRichard Henderson
2015-04-06alpha: Update libm-test-ulpsRichard Henderson
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar
2014-07-03Add missing #include in sysdeps/alpha/fpu/s_nearbyint.cRoland McGrath
2014-07-03alpha: Remove nearbyint and nearbyintf implementationsRichard Henderson
2014-07-03alpha: Implement math_opt_barrier and math_force_evalRichard Henderson
2014-07-03alpha: Fix lround implementationsRichard Henderson
2014-07-03alpha: Remove round and roundf implementationsRichard Henderson
2014-07-01alpha: Fix isnanRichard Henderson
2014-07-01alpha: Update libm-test-ulpsRichard Henderson
2014-04-16alpha: Regenerate sysdeps/alpha/libm-test-ulpsRichard Henderson
2014-03-05Don't include individual test ulps in libm-test-ulps.Joseph Myers
2014-02-12Relocate alpha from ports to libcRichard Henderson
2008-11-26Moved alpha to ports repository.Roland McGrath
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper
2007-05-072007-05-07 Richard Henderson <rth@redhat.com>Richard Henderson
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper
2007-03-14 * sysdeps/alpha/fpu/s_llround.c: New file. Richard Henderson
2007-03-14* sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches. Richard Henderson
2007-03-14 * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. ...Richard Henderson
2006-02-01* sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.cvs/fedora-glibc-20060201T0846Roland McGrath
2006-02-01* math/divtc3.c: New file.Roland McGrath
2006-01-15[BZ #1950, BZ #2153]Andreas Jaeger
2005-12-15* sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/.Roland McGrath
2005-07-08* include/fenv.h: Add libm_hidden_proto for fesetround andUlrich Drepper
2005-02-08 * math/math_private.h (__copysign): Define as builtin for gcc 4. ...Richard Henderson