Skip to content

Commit d36093d

Browse files
authored
temporarily change default C/ZSCAL to the non-asm implementation
1 parent cc4b04a commit d36093d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/mips64/KERNEL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ CROTKERNEL = ../mips/zrot.c
66
ZROTKERNEL = ../mips/zrot.c
77
CSWAPKERNEL = ../mips/zswap.c
88
ZSWAPKERNEL = ../mips/zswap.c
9+
10+
CSCALKERNEL = zscal.c
11+
ZSCALKERNEL = zscal.c
912

1013

1114
ifndef SNRM2KERNEL

0 commit comments

Comments
 (0)