summaryrefslogtreecommitdiff
path: root/include/ieeefp.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Use the same IEEE fp types on the alpha as on the i386.John Baldwin2000-08-171-6/+7
| | | | Notes: svn path=/stable/4/; revision=64768
* Allow fpsetmask(3) and friends to be used from a C++ program on the Alpha.Steve Price1999-06-221-0/+2
| | | | | | | Reviewed by: dfr Notes: svn path=/head/; revision=48106
* Use __i386__ instead of i386 in an ifdef.Bruce Evans1999-03-051-3/+3
| | | | Notes: svn path=/head/; revision=44492
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-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> Notes: svn path=/head/; revision=42029