Pre-compute masks in the same way as in the master branch

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2023-03-28 17:32:42 +02:00
parent a86d214c73
commit 965fda3879
4 changed files with 67 additions and 35 deletions

View File

@@ -152,6 +152,7 @@ $(BUILD_DIR)/%.o: %.s
clean:
$(info ===> CLEAN)
@rm -rf $(BUILD_DIR)
@rm -rf MDBench-$(IDENTIFIER)
@rm -f tags
cleanall: