LoongArch64: Opt {c/z}axpby

This commit is contained in:
gxw 2024-01-24 16:11:45 +08:00
parent 1e1f487dc7
commit 7bc93d95a1
4 changed files with 2079 additions and 0 deletions

View File

@ -58,6 +58,8 @@ ZAXPYKERNEL = caxpy_lsx.S
SAXPBYKERNEL = axpby_lsx.S SAXPBYKERNEL = axpby_lsx.S
DAXPBYKERNEL = axpby_lsx.S DAXPBYKERNEL = axpby_lsx.S
CAXPBYKERNEL = caxpby_lsx.S
ZAXPBYKERNEL = caxpby_lsx.S
SSUMKERNEL = sum_lsx.S SSUMKERNEL = sum_lsx.S
DSUMKERNEL = sum_lsx.S DSUMKERNEL = sum_lsx.S

View File

@ -58,6 +58,8 @@ ZAXPYKERNEL = caxpy_lasx.S
SAXPBYKERNEL = axpby_lasx.S SAXPBYKERNEL = axpby_lasx.S
DAXPBYKERNEL = axpby_lasx.S DAXPBYKERNEL = axpby_lasx.S
CAXPBYKERNEL = caxpby_lasx.S
ZAXPBYKERNEL = caxpby_lasx.S
SSUMKERNEL = sum_lasx.S SSUMKERNEL = sum_lasx.S
DSUMKERNEL = sum_lasx.S DSUMKERNEL = sum_lasx.S

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff