fix invocation of GEMM3M tests
This commit is contained in:
parent
deae7cf1ec
commit
76db713e79
|
@ -189,8 +189,11 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
ifeq ($(SUPPORT_GEMM3M),1)
|
||||||
|
level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
|
||||||
|
else
|
||||||
level3: $(B3) $(S3) $(D3) $(C3) $(Z3)
|
level3: $(B3) $(S3) $(D3) $(C3) $(Z3)
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(CROSS), 1)
|
ifneq ($(CROSS), 1)
|
||||||
rm -f ?BLAT3.SUMM
|
rm -f ?BLAT3.SUMM
|
||||||
|
|
Loading…
Reference in New Issue