Skip to content

Commit b212577

Browse files
authored
Merge pull request #3521 from martin-frbg/issue3520
Add proper defaults for Sparc IMIN/IMAX
2 parents 63483ba + addc2a7 commit b212577

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

kernel/sparc/KERNEL

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,19 @@ IZAMINKERNEL = izamax.S
3939
endif
4040

4141
ifndef ISMINKERNEL
42-
ISMINKERNEL = iamax.S
42+
ISMINKERNEL = imax.S
4343
endif
4444

4545
ifndef IDMINKERNEL
46-
IDMINKERNEL = iamax.S
46+
IDMINKERNEL = imax.S
47+
endif
48+
49+
ifndef ISMAXKERNEL
50+
ISMAXKERNEL = imax.S
51+
endif
52+
53+
ifndef IDMAXKERNEL
54+
IDMAXKERNEL = imax.S
4755
endif
4856

4957
ifndef SNRM2KERNEL

0 commit comments

Comments
 (0)