[ZARCH] Fix icamax/icamin
authormaamountki <m.tk1@hotmail.com>
Tue, 29 Jan 2019 01:47:49 +0000 (03:47 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jan 2019 01:47:49 +0000 (03:47 +0200)
kernel/zarch/icamax.c
kernel/zarch/icamin.c

index 2d1442a..113c0ce 100644 (file)
@@ -94,7 +94,7 @@ static BLASLONG icamax_kernel_32(BLASLONG n, FLOAT *x, FLOAT *amax)
         "vlef  %%v18,48(%%r1,%3),2       \n\t"
         "vlef  %%v19,52(%%r1,%3),2       \n\t"
         "vlef  %%v18,56(%%r1,%3),3       \n\t"
-        "vlef  %%v19,30(%%r1,%3),3       \n\t"
+        "vlef  %%v19,60(%%r1,%3),3       \n\t"
 
         "vlef  %%v20,64(%%r1,%3),0       \n\t"
         "vlef  %%v21,68(%%r1,%3),0       \n\t"
index 79aa6d3..5096b64 100644 (file)
@@ -94,7 +94,7 @@ static BLASLONG icamin_kernel_32(BLASLONG n, FLOAT *x, FLOAT *amin)
         "vlef  %%v18,48(%%r1,%3),2       \n\t"
         "vlef  %%v19,52(%%r1,%3),2       \n\t"
         "vlef  %%v18,56(%%r1,%3),3       \n\t"
-        "vlef  %%v19,30(%%r1,%3),3       \n\t"
+        "vlef  %%v19,60(%%r1,%3),3       \n\t"
 
         "vlef  %%v20,64(%%r1,%3),0       \n\t"
         "vlef  %%v21,68(%%r1,%3),0       \n\t"