ltpf: Move analysis to fixed point

This commit is contained in:
Antoine SOULIER
2022-05-04 14:45:20 +02:00
parent e0efd79390
commit e471e43aeb
22 changed files with 1902 additions and 345 deletions

View File

@@ -16,12 +16,17 @@
TEST_DIR := test
test_py:
$(V)cd $(TEST_DIR) && python3 setup.py && python3 run.py
.PHONY: test test-clean
test:
$(V)cd $(TEST_DIR) && python3 setup.py && python3 run.py
test: test_py
test-clean:
$(V)cd $(TEST_DIR) && python3 setup.py clean > /tmp/zero
-include $(TEST_DIR)/arm/makefile.mk
-include $(TEST_DIR)/neon/makefile.mk
clean-all: test-clean