Browse Source
Merge pull request #3521 from martin-frbg/issue3520
Add proper defaults for Sparc IMIN/IMAX
tags/v0.3.20
Martin Kroeker
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
2 deletions
-
kernel/sparc/KERNEL
|
@@ -39,11 +39,19 @@ IZAMINKERNEL = izamax.S |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifndef ISMINKERNEL |
|
|
ifndef ISMINKERNEL |
|
|
ISMINKERNEL = iamax.S |
|
|
|
|
|
|
|
|
ISMINKERNEL = imax.S |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifndef IDMINKERNEL |
|
|
ifndef IDMINKERNEL |
|
|
IDMINKERNEL = iamax.S |
|
|
|
|
|
|
|
|
IDMINKERNEL = imax.S |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
ifndef ISMAXKERNEL |
|
|
|
|
|
ISMAXKERNEL = imax.S |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
ifndef IDMAXKERNEL |
|
|
|
|
|
IDMAXKERNEL = imax.S |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifndef SNRM2KERNEL |
|
|
ifndef SNRM2KERNEL |
|
|