loongarch64: Add and refine scal optimization functions.

Signed-off-by: Hao Chen <chenhao@loongson.cn>
This commit is contained in:
Hao Chen
2023-12-27 18:17:51 +08:00
committed by Shiyou Yin
parent 8785e948b5
commit 2a34fb4b80
8 changed files with 1807 additions and 386 deletions

View File

@@ -4,8 +4,10 @@ SDOTKERNEL = dot_lasx.S
DSDOTKERNEL = dot_lasx.S
DDOTKERNEL = dot_lasx.S
SSCALKERNEL = sscal_lasx.S
DSCALKERNEL = dscal_lasx.S
SSCALKERNEL = scal_lasx.S
DSCALKERNEL = scal_lasx.S
CSCALKERNEL = cscal_lasx.S
ZSCALKERNEL = cscal_lasx.S
SAMAXKERNEL = amax_lasx.S
DAMAXKERNEL = amax_lasx.S