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 09:26:00 +02:00 committed by GitHub
parent 327e5d8de5
commit 0a88278ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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