Browse Source

Merge branch 'OpenMathLib:develop' into issue5289

pull/5303/head
Martin Kroeker GitHub 3 months ago
parent
commit
162591af47
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 = ../mips/zscal.c
ZSCALKERNEL = ../mips/zscal.c
ifndef SNRM2KERNEL


Loading…
Cancel
Save