Replace ISMIN and ISAMIN kernels on all x86_64 platforms (#2125)

* Mark iamax_sse.S as unsuitable for MIN due to issue #2116
* Use iamax.S rather than iamax_sse.S for ISMIN/ISAMIN on all x86_64 as workaround for #2116
This commit is contained in:
Martin Kroeker
2019-05-09 14:42:36 +02:00
committed by GitHub
parent e1fc02095c
commit 9ea30f3788
2 changed files with 58 additions and 52 deletions

View File

@@ -171,7 +171,7 @@ IXAMAXKERNEL = izamax.S
endif
ifndef ISAMINKERNEL
ISAMINKERNEL = iamax_sse.S
ISAMINKERNEL = iamax.S
endif
ifndef IDAMINKERNEL
@@ -207,7 +207,7 @@ IQMAXKERNEL = iamax.S
endif
ifndef ISMINKERNEL
ISMINKERNEL = iamax_sse.S
ISMINKERNEL = iamax.S
endif
ifndef IDMINKERNEL