Skip to content

Commit 1ec5dde

Browse files
CNClareChenyinshiyou
authored andcommitted
loongarch64: Add c/zrot optimization functions.
Signed-off-by: Hao Chen <[email protected]>
1 parent 3c53ded commit 1ec5dde

File tree

4 files changed

+1990
-0
lines changed

4 files changed

+1990
-0
lines changed

kernel/loongarch64/KERNEL.LOONGSON2K1000

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ ZASUMKERNEL = casum_lsx.S
6767

6868
SROTKERNEL = rot_lsx.S
6969
DROTKERNEL = rot_lsx.S
70+
CROTKERNEL = crot_lsx.S
71+
ZROTKERNEL = crot_lsx.S
7072

7173
SNRM2KERNEL = snrm2_lsx.S
7274
DNRM2KERNEL = dnrm2_lsx.S

kernel/loongarch64/KERNEL.LOONGSON3R5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ ZASUMKERNEL = casum_lasx.S
6767

6868
SROTKERNEL = rot_lasx.S
6969
DROTKERNEL = rot_lasx.S
70+
CROTKERNEL = crot_lasx.S
71+
ZROTKERNEL = crot_lasx.S
7072

7173
SNRM2KERNEL = snrm2_lasx.S
7274
DNRM2KERNEL = dnrm2_lasx.S

0 commit comments

Comments
 (0)