Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish moving all IEEE fp types to be the same on all arch's. | jhb | 2000-05-10 | 1 | -2/+2 |
| | |||||
* | fp_except => fp_except_t for consistancy with the i386 and the tradition | obrien | 2000-05-10 | 1 | -4/+5 |
| | | | | C methoid of nameing types. | ||||
* | Allow fpsetmask(3) and friends to be used from a C++ program on the Alpha. | steve | 1999-06-22 | 1 | -0/+2 |
| | | | | Reviewed by: dfr | ||||
* | Use __i386__ instead of i386 in an ifdef. | bde | 1999-03-05 | 1 | -3/+3 |
| | |||||
* | Implement fpsetmask() and other fp*() functions. Programs should use | dfr | 1998-12-23 | 1 | -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> |