Specify ismin/ismax assembly kernels for POWER8 directly

to fix utest failure in new ismin test -  Makefile.L1 defaults look wrong
This commit is contained in:
Martin Kroeker
2020-02-17 19:55:39 +01:00
committed by GitHub
parent 403cde104e
commit 9f39f0a2c3

View File

@@ -88,7 +88,10 @@ ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
#
#SMINKERNEL = ../arm/min.c
#DMINKERNEL = ../arm/min.c
#
ISMINKERNEL = imin.S
ISMAXKERNEL = imax.S
ifneq ($(__BYTE_ORDER__),"__ORDER_BIG_ENDIAN__")
ifneq ($(GCCVERSIONGTEQ9),1)
ISAMAXKERNEL = isamax_power8.S