aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-03-15 08:39:45 +0800
committermaho <maho@FreeBSD.org>2007-03-15 08:39:45 +0800
commit094c919ea4acb9cb2d3c00077f557ea8590458ac (patch)
tree3588bdaedfab860a4597398d807fc3096b1196e7 /math
parent3080fea0b79d33e590caa660bcf187098ed0bb15 (diff)
downloadfreebsd-ports-gnome-094c919ea4acb9cb2d3c00077f557ea8590458ac.tar.gz
freebsd-ports-gnome-094c919ea4acb9cb2d3c00077f557ea8590458ac.tar.zst
freebsd-ports-gnome-094c919ea4acb9cb2d3c00077f557ea8590458ac.zip
Remove unnecessary patch.
Diffstat (limited to 'math')
-rw-r--r--math/gotoblas/files/patch-x86_64-zdot.S21
1 files changed, 0 insertions, 21 deletions
diff --git a/math/gotoblas/files/patch-x86_64-zdot.S b/math/gotoblas/files/patch-x86_64-zdot.S
deleted file mode 100644
index 2a1e88e2a5a2..000000000000
--- a/math/gotoblas/files/patch-x86_64-zdot.S
+++ /dev/null
@@ -1,21 +0,0 @@
---- level1/dot/x86_64/zdot.S Mon Jan 1 01:15:06 2007
-+++ level1/dot/x86_64/zdot.S Tue Feb 6 09:05:33 2007
-@@ -266,12 +266,12 @@
- FST 1 * SIZE(%rax)
- FST 0 * SIZE(%rax)
- #elif defined(F_INTERFACE) && defined(F_INTERFACE_GFORT) && !defined(DOUBLE)
-- subq $2 * SIZE, rsp
-- FST 1 * SIZE(rsp)
-- FST 0 * SIZE(rsp)
-- movq 0 * SIZE(rsp), %rax
-- movq 1 * SIZE(rsp), %edx
-- addq $2 * SIZE, rsp
-+ subq $2 * SIZE, %rsp
-+ FST 1 * SIZE(%rsp)
-+ FST 0 * SIZE(%rsp)
-+ movq 0 * SIZE(%rsp), %rax
-+ movq 1 * SIZE(%rsp), %rdx
-+ addq $2 * SIZE, %rsp
- #else
- fxch %st(1)
- #endif