Browse Source
Merge pull request #1572 from martin-frbg/issue1571
Use the new zrot.c on POWER8 for crot as well
tags/v0.3.1
Martin Kroeker
GitHub
8 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 |
|
|
|
|