Last change
on this file was 2013, checked in by bird, 20 years ago |
o The smallcnv stuff is gone, waste of space since we're not really into
static linking. Should've done this when switching to gdtoa.
o Ported the msun and some other math bits from current FreeBSD libc.
This mostly replaces the EMX math, except for some double long variants
and some EMX specific ones. This is a risky change, but it's needed
if we're gonna catch up on the C99 bits and make libstdc++ happy.
There are some new headers, complex.h and fenv.h being the importan ones.
float.h have gotten some updates while math.h is totally replaced.
More than 100 standard functions were added!
NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not
MATH_ERRNO for error reporting.
I really hope this is not gonna uncover more OS/2 387 mess.
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
21 bytes
|
Line | |
---|
1 | #include <386/npx.h>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.