Browse Source
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
tags/v0.3.0^2
Martin Kroeker
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
kernel/power/KERNEL.POWER6
|
|
@@ -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 |