Skip to content

Commit addc2a7

Browse files
authored
Add proper defaults for IMIN/IMAX
1 parent 204e021 commit addc2a7

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)