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:
parent
403cde104e
commit
9f39f0a2c3
|
@ -88,7 +88,10 @@ ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
|
||||||
#
|
#
|
||||||
#SMINKERNEL = ../arm/min.c
|
#SMINKERNEL = ../arm/min.c
|
||||||
#DMINKERNEL = ../arm/min.c
|
#DMINKERNEL = ../arm/min.c
|
||||||
#
|
|
||||||
|
ISMINKERNEL = imin.S
|
||||||
|
ISMAXKERNEL = imax.S
|
||||||
|
|
||||||
ifneq ($(__BYTE_ORDER__),"__ORDER_BIG_ENDIAN__")
|
ifneq ($(__BYTE_ORDER__),"__ORDER_BIG_ENDIAN__")
|
||||||
ifneq ($(GCCVERSIONGTEQ9),1)
|
ifneq ($(GCCVERSIONGTEQ9),1)
|
||||||
ISAMAXKERNEL = isamax_power8.S
|
ISAMAXKERNEL = isamax_power8.S
|
||||||
|
|
Loading…
Reference in New Issue