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, 10 insertions, 0 deletions
diff --git a/math/lapack/files/patch-av b/math/lapack/files/patch-av
new file mode 100644
index 000000000000..834d6cd900a4
--- /dev/null
+++ b/math/lapack/files/patch-av
@@ -0,0 +1,10 @@
+--- /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);
++}