Specify ismin/ismax assembly kernels for POWER8 directly
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 17 Feb 2020 18:55:39 +0000 (19:55 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 18:55:39 +0000 (19:55 +0100)
to fix utest failure in new ismin test -  Makefile.L1 defaults look wrong

kernel/power/KERNEL.POWER8

index ba9a99c..d3ae5de 100644 (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