Skip to content

Commit 8a3b6fa

Browse files
authored
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
1 parent 78694f1 commit 8a3b6fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/power/KERNEL.POWER6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ ZTRSMKERNEL_LN = ztrsm_kernel_power6_LN.S
5454
ZTRSMKERNEL_LT = ztrsm_kernel_power6_LT.S
5555
ZTRSMKERNEL_RN = ztrsm_kernel_power6_LT.S
5656
ZTRSMKERNEL_RT = ztrsm_kernel_power6_RT.S
57+
58+
CROTKERNEL = ../arm/zrot.c
59+
ZROTKERNEL = ../arm/zrot.c

0 commit comments

Comments
 (0)