Merge pull request #3521 from martin-frbg/issue3520
Add proper defaults for Sparc IMIN/IMAX
This commit is contained in:
@@ -39,11 +39,19 @@ IZAMINKERNEL = izamax.S
|
||||
endif
|
||||
|
||||
ifndef ISMINKERNEL
|
||||
ISMINKERNEL = iamax.S
|
||||
ISMINKERNEL = imax.S
|
||||
endif
|
||||
|
||||
ifndef IDMINKERNEL
|
||||
IDMINKERNEL = iamax.S
|
||||
IDMINKERNEL = imax.S
|
||||
endif
|
||||
|
||||
ifndef ISMAXKERNEL
|
||||
ISMAXKERNEL = imax.S
|
||||
endif
|
||||
|
||||
ifndef IDMAXKERNEL
|
||||
IDMAXKERNEL = imax.S
|
||||
endif
|
||||
|
||||
ifndef SNRM2KERNEL
|
||||
|
||||
Reference in New Issue
Block a user