John Baldwin
bde8875a06
Finish moving all IEEE fp types to be the same on all arch's.
2000-05-10 19:41:40 +00:00
David E. O'Brien
8d1d19d347
fp_except => fp_except_t for consistancy with the i386 and the tradition
...
C methoid of nameing types.
2000-05-10 19:00:45 +00:00
Steve Price
47fe9db9e6
Allow fpsetmask(3) and friends to be used from a C++ program on the Alpha.
...
Reviewed by: dfr
1999-06-22 17:08:25 +00:00
Bruce Evans
1b768d384a
Use __i386__ instead of i386 in an ifdef.
1999-03-05 18:15:05 +00:00
Doug Rabson
b7f762137a
Implement fpsetmask() and other fp*() functions. Programs should use
...
#include <ieeefp.h>
to access these functions instead of the i386 specific
#include <machine/floatingpoint.h>
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-12-23 11:50:52 +00:00