mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
10 lines
202 B
Text
10 lines
202 B
Text
--- /dev/null Thu Oct 7 16:30:13 1999
|
|
+++ fpmclr_.c Thu Oct 7 16:45:05 1999
|
|
@@ -0,0 +1,7 @@
|
|
+#include <ieeefp.h>
|
|
+
|
|
+void
|
|
+fpmclr_()
|
|
+{
|
|
+ fpsetmask(fpgetmask() & ~FP_X_INV & ~FP_X_DZ & ~FP_X_OFL);
|
|
+}
|