4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 02:09:19 +08:00
Jon TURNEY 9753bc3333 Remove workaround for texinfo bug with underscores in filenames from mothballed mathfp/
This got removed everywhere else in commit 139f923b, so I'm assuming whatever
ancient bug this was has been fixed long since.

There are plenty of other uses of texinfo with a filename containing an
underscore now.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2015-07-24 15:50:11 +01:00
..
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2002-06-07 21:59:57 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2002-06-07 21:59:57 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00
2000-02-17 19:39:52 +00:00

This directory was an experiment to use floating-point operations to implement
the math library when a processor had a floating-point instruction set.  The
experiment was a failure in that some of the algorithms chosen (e.g. recursive
algorithms for sin/cos, etc..) are too simple and do not provide proper accuracy 
nor handle very large or very small inputs adequately.

The code is considered moth-balled.  The stable math library routines can be
found in libm/math and the configuration option to use this has been removed.

If you wish to experiment with the concept, please feel free and report back if
you have major improvements.