Browse Source

Merge pull request #5302 from martin-frbg/zscal_mips_3

mips64 SICORTEX: temporarily change default C/ZSCAL to the non-asm implementation
tags/v0.3.30
Martin Kroeker GitHub 10 months ago
parent
commit
dbd5643d37
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 ZROTKERNEL = ../mips/zrot.c
CSWAPKERNEL = ../mips/zswap.c CSWAPKERNEL = ../mips/zswap.c
ZSWAPKERNEL = ../mips/zswap.c ZSWAPKERNEL = ../mips/zswap.c

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


Loading…
Cancel
Save