Skip to content

Commit dbd5643

Browse files
authored
Merge pull request #5302 from martin-frbg/zscal_mips_3
mips64 SICORTEX: temporarily change default C/ZSCAL to the non-asm implementation
2 parents cc4b04a + e338d34 commit dbd5643

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 = ../mips/zscal.c
11+
ZSCALKERNEL = ../mips/zscal.c
912

1013

1114
ifndef SNRM2KERNEL

0 commit comments

Comments
 (0)