Merge pull request #1572 from martin-frbg/issue1571

Use the new zrot.c on POWER8 for crot as well
This commit is contained in:
Martin Kroeker 2018-05-23 22:55:37 +02:00 committed by GitHub
commit f0f27868d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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