Use generic zrot.c on ppc64/POWER6 to work around utest failure from … (#1535)

* Use generic C implementation of zrot on ppc64/POWER6 to work around utest failure from #1469
This commit is contained in:
Martin Kroeker 2018-04-23 19:05:49 +02:00 committed by GitHub
parent 78694f1b7e
commit 8a3b6fa108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -54,3 +54,6 @@ ZTRSMKERNEL_LN = ztrsm_kernel_power6_LN.S
ZTRSMKERNEL_LT = ztrsm_kernel_power6_LT.S
ZTRSMKERNEL_RN = ztrsm_kernel_power6_LT.S
ZTRSMKERNEL_RT = ztrsm_kernel_power6_RT.S
CROTKERNEL = ../arm/zrot.c
ZROTKERNEL = ../arm/zrot.c