Use the new zrot.c on POWER8 for crot as well

fixes #1571 (the old zrot.S assembly does not handle incx=0 correctly)
This commit is contained in:
Martin Kroeker 2018-05-23 22:54:39 +02:00 committed by GitHub
parent f5959f2543
commit 961d25e9c7
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