Browse Source

temporarily change default C/ZSCAL to the non-asm implementation

tags/v0.3.30
Martin Kroeker GitHub 3 months ago
parent
commit
d36093d084
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kernel/mips64/KERNEL

+ 3
- 0
kernel/mips64/KERNEL View File

@@ -6,6 +6,9 @@ CROTKERNEL = ../mips/zrot.c
ZROTKERNEL = ../mips/zrot.c
CSWAPKERNEL = ../mips/zswap.c
ZSWAPKERNEL = ../mips/zswap.c

CSCALKERNEL = zscal.c
ZSCALKERNEL = zscal.c
ifndef SNRM2KERNEL


Loading…
Cancel
Save