Skip to content

Commit

Permalink
fix c/zrot and sgemv for POWER5
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg committed Jun 10, 2021
1 parent 7dfc45e commit 7a48247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kernel/power/KERNEL.POWER5
Expand Up @@ -54,3 +54,8 @@ ZTRSMKERNEL_LN = ztrsm_kernel_LN.S
ZTRSMKERNEL_LT = ztrsm_kernel_LT.S
ZTRSMKERNEL_RN = ztrsm_kernel_LT.S
ZTRSMKERNEL_RT = ztrsm_kernel_RT.S

CROTKERNEL = ../arm/zrot.c
ZROTKERNEL = ../arm/zrot.c
SGEMVNKERNEL = ../arm/gemv_n.c
SGEMVTKERNEL = ../arm/gemv_t.c

0 comments on commit 7a48247

Please sign in to comment.