Skip to content

Commit d97272c

Browse files
CNClareChenyinshiyou
authored andcommitted
loongarch64: Add c/zdot optimization functions.
1 parent 65a0aeb commit d97272c

File tree

4 files changed

+966
-0
lines changed

4 files changed

+966
-0
lines changed

kernel/loongarch64/KERNEL.LOONGSON2K1000

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ifndef NO_LSX
33
SDOTKERNEL = dot_lsx.S
44
DSDOTKERNEL = dot_lsx.S
55
DDOTKERNEL = dot_lsx.S
6+
CDOTKERNEL = cdot_lsx.S
7+
ZDOTKERNEL = cdot_lsx.S
68

79
SSCALKERNEL = scal_lsx.S
810
DSCALKERNEL = scal_lsx.S

kernel/loongarch64/KERNEL.LOONGSON3R5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ifndef NO_LASX
33
SDOTKERNEL = dot_lasx.S
44
DSDOTKERNEL = dot_lasx.S
55
DDOTKERNEL = dot_lasx.S
6+
CDOTKERNEL = cdot_lasx.S
7+
ZDOTKERNEL = cdot_lasx.S
68

79
SSCALKERNEL = scal_lasx.S
810
DSCALKERNEL = scal_lasx.S

0 commit comments

Comments
 (0)