Browse Source
Use the new zrot.c on POWER8 for crot as well
fixes #1571 (the old zrot.S assembly does not handle incx=0 correctly)
tags/v0.3.1
Martin Kroeker
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|