mirror of
https://github.com/amd/blis.git
synced 2026-05-11 01:30:00 +00:00
Give the level1v operations some love:
- Add missing axpby and xpby operations (plus test cases). - Add special case for scal2v with alpha=1. - Add restrict qualifiers. - Add special-case algorithms for incx=incy=1.
This commit is contained in:
4
Makefile
4
Makefile
@@ -678,11 +678,11 @@ endif
|
||||
|
||||
cleantest: check-env
|
||||
ifeq ($(BLIS_ENABLE_VERBOSE_MAKE_OUTPUT),yes)
|
||||
- $(FIND) $(BASE_OBJ_TESTSUITE_PATH) -name "*.o" -name "*.pexe" | $(XARGS) $(RM_F)
|
||||
- $(FIND) $(BASE_OBJ_TESTSUITE_PATH) \( -name "*.o" -o -name "*.pexe" \) | $(XARGS) $(RM_F)
|
||||
- $(RM_RF) $(TESTSUITE_BIN)
|
||||
else
|
||||
@echo "Removing object files from $(BASE_OBJ_TESTSUITE_PATH)."
|
||||
@- $(FIND) $(BASE_OBJ_TESTSUITE_PATH) -name "*.o" -name "*.pexe" | $(XARGS) $(RM_F)
|
||||
@- $(FIND) $(BASE_OBJ_TESTSUITE_PATH) \( -name "*.o" -o -name "*.pexe" \) | $(XARGS) $(RM_F)
|
||||
@echo "Removing $(TESTSUITE_BIN) binary."
|
||||
@- $(RM_RF) $(TESTSUITE_BIN)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user