summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack/files/patch-av')
-rw-r--r--math/lapack/files/patch-av10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/lapack/files/patch-av b/math/lapack/files/patch-av
deleted file mode 100644
index 834d6cd900a4..000000000000
--- a/math/lapack/files/patch-av
+++ /dev/null
@@ -1,10 +0,0 @@
---- /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);
-+}