diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-16 22:26:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-16 22:26:45 +0000 |
commit | a66f0958a1fbe5d64c3c77c01baee10bf23257dd (patch) | |
tree | 8bd667d88be5d0697fbcd2c01292b538abf5b91b /NEWS | |
parent | aeba9785a6e2e8dca120bb0b62b74ea1eda0a4a8 (diff) | |
download | glibc-a66f0958a1fbe5d64c3c77c01baee10bf23257dd.tar.gz glibc-a66f0958a1fbe5d64c3c77c01baee10bf23257dd.tar.xz glibc-a66f0958a1fbe5d64c3c77c01baee10bf23257dd.zip |
Update.
2001-03-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/ieee754/ldbl-96/s_erfl.c: New file. Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>. * sysdeps/i386/fpu/libm-test-ulps: Adjust for addition of erfl and erfcl. * sysdeps/ia64/fpu/libm-test-ulps: Likewise. * sysdeps/unix/sysv/linux/ia64/swapcontext.c: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 489e3bf14c..c6a1aa5c29 100644 --- a/NEWS +++ b/NEWS @@ -13,8 +13,8 @@ Version 2.2.3 accurate implementatations for most basic and standard math functions in float, double, and long double format. -* Stephen Moshier implemented j0, j1, jn, y0, y1, yn, and lgamma for the - 96-bit long double format. +* Stephen Moshier implemented j0, j1, jn, y0, y1, yn, lgamma, erf, and + erfc for the 96-bit long double format. * The beginning of a last-bit accurate math library by IBM Haifa were added. The basic double functions exist today. Contributed by Abraham Ziv @@ -27,6 +27,9 @@ Version 2.2.3 * Port to S390/64bit contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>. + +* David Mosberger <davidm@hpl.hp.com> implemented the setcontext family + of functions for Linux/IA-64. Version 2.2.2 |