summaryrefslogtreecommitdiffstats
path: root/include/ieeefp.h
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-101-2/+2
|
* fp_except => fp_except_t for consistancy with the i386 and the traditionobrien2000-05-101-4/+5
| | | | C methoid of nameing types.
* Allow fpsetmask(3) and friends to be used from a C++ program on the Alpha.steve1999-06-221-0/+2
| | | | Reviewed by: dfr
* Use __i386__ instead of i386 in an ifdef.bde1999-03-051-3/+3
|
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-231-0/+25
#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>
OpenPOWER on IntegriCloud