Add proper defaults for IMIN/IMAX
This commit is contained in:
parent
204e021515
commit
addc2a7aaa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue