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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue