diff options
Diffstat (limited to 'community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch')
-rw-r--r-- | community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch b/community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch deleted file mode 100644 index 76247acccb..0000000000 --- a/community/openblas/Use-the-old-zrot.S-assembly-on-POWER8-for-crot-as-well.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 961d25e9c7e4a1758adb1dbeaa15187de69dd052 Mon Sep 17 00:00:00 2001 -From: Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> -Date: Wed, 23 May 2018 22:54:39 +0200 -Subject: [PATCH] Use the new zrot.c on POWER8 for crot as well - -fixes #1571 (the old zrot.S assembly does not handle incx=0 correctly) ---- - kernel/power/KERNEL.POWER8 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kernel/power/KERNEL.POWER8 b/kernel/power/KERNEL.POWER8 -index 00ff8682a..1aa061078 100644 ---- a/kernel/power/KERNEL.POWER8 -+++ b/kernel/power/KERNEL.POWER8 -@@ -133,7 +133,7 @@ ZNRM2KERNEL = ../arm/znrm2.c - # - SROTKERNEL = srot.c - DROTKERNEL = drot.c --#CROTKERNEL = ../arm/zrot.c -+CROTKERNEL = zrot.c - ZROTKERNEL = zrot.c - # - SSCALKERNEL = sscal.c |