1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2001-05-15  Andreas Jaeger  <aj@suse.de>

	* sysdeps/ieee754/ldbl-128/s_expm1l.c: New file, contributed by
	Stephen L Moshier <moshier@mediaone.net>.

	* sysdeps/i386/fpu/libm-test-ulps: Adjust for change.

	* math/libm-test.inc: Add comment with ToDo.

	* sysdeps/i386/fpu/e_expl.c: Rewritten to C and using a more
	accurate algorithm.  Patch by Stephen L Moshier <moshier@mediaone.net>.

	* sysdeps/i386/fpu/e_expl.S: Removed.
This commit is contained in:
Andreas Jaeger
2001-05-15 08:00:22 +00:00
parent ef25b29e9a
commit 33996419cd
6 changed files with 109 additions and 54 deletions

View File

@ -104,7 +104,12 @@
- Compiler has errors
With e.g. gcc 2.7.2.2 the test for cexp fails because of a compiler error.
*/
To Do: All parameter should be numbers that can be represented as
exact floating point values. Currently some values cannot be represented
exactly and therefore the result is not the expected result.
*/
#ifndef _GNU_SOURCE
# define _GNU_SOURCE