Use iamax.S rather than iamax_sse.S for ISMIN/ISAMIN on all x86_64
as workaround for #2116
This commit is contained in:
parent
327e5d8de5
commit
0a88278ee3
|
@ -171,7 +171,7 @@ IXAMAXKERNEL = izamax.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef ISAMINKERNEL
|
ifndef ISAMINKERNEL
|
||||||
ISAMINKERNEL = iamax_sse.S
|
ISAMINKERNEL = iamax.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef IDAMINKERNEL
|
ifndef IDAMINKERNEL
|
||||||
|
@ -207,7 +207,7 @@ IQMAXKERNEL = iamax.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef ISMINKERNEL
|
ifndef ISMINKERNEL
|
||||||
ISMINKERNEL = iamax_sse.S
|
ISMINKERNEL = iamax.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef IDMINKERNEL
|
ifndef IDMINKERNEL
|
||||||
|
|
Loading…
Reference in New Issue