mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
--- /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);
|
|
+}
|