Skip to content

Commit 65a0aeb

Browse files
CNClareChenyinshiyou
authored andcommitted
loongarch64: Add c/zcopy optimization functions.
Signed-off-by: Hao Chen <[email protected]>
1 parent 2a34fb4 commit 65a0aeb

File tree

4 files changed

+801
-0
lines changed

4 files changed

+801
-0
lines changed

kernel/loongarch64/KERNEL.LOONGSON2K1000

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ IDAMINKERNEL = iamin_lsx.S
3939

4040
SCOPYKERNEL = copy_lsx.S
4141
DCOPYKERNEL = copy_lsx.S
42+
CCOPYKERNEL = ccopy_lsx.S
43+
ZCOPYKERNEL = ccopy_lsx.S
4244

4345
SSWAPKERNEL = swap_lsx.S
4446
DSWAPKERNEL = swap_lsx.S

kernel/loongarch64/KERNEL.LOONGSON3R5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ IDAMINKERNEL = iamin_lasx.S
3939

4040
SCOPYKERNEL = copy_lasx.S
4141
DCOPYKERNEL = copy_lasx.S
42+
CCOPYKERNEL = ccopy_lasx.S
43+
ZCOPYKERNEL = ccopy_lasx.S
4244

4345
SSWAPKERNEL = swap_lasx.S
4446
DSWAPKERNEL = swap_lasx.S

0 commit comments

Comments
 (0)