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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
kernel/mips64/KERNEL
|
|
|
@@ -6,6 +6,9 @@ CROTKERNEL = ../mips/zrot.c |
|
|
|
ZROTKERNEL = ../mips/zrot.c |
|
|
|
CSWAPKERNEL = ../mips/zswap.c |
|
|
|
ZSWAPKERNEL = ../mips/zswap.c |
|
|
|
|
|
|
|
CSCALKERNEL = ../mips/zscal.c |
|
|
|
ZSCALKERNEL = ../mips/zscal.c |
|
|
|
|
|
|
|
|
|
|
|
ifndef SNRM2KERNEL |
|
|
|
|