aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-11-11 15:05:12 +0900
committerMITSUNARI Shigeo <[email protected]>2024-11-11 15:48:07 +0900
commitc6ecb7782332d865e7629aafc843c3c63f3e9a5e (patch)
tree6944ccb27158e11ceef8c5b28b5041f820f22a1d /test/Makefile
parenta05a63f870ec3a7c4e8ad8b3faef1ed57ee6bbe7 (diff)
downloadxbyak-c6ecb7782332d865e7629aafc843c3c63f3e9a5e.tar.gz
xbyak-c6ecb7782332d865e7629aafc843c3c63f3e9a5e.zip
use xed 2024.11.04 and tests were reinstated for AVX10.2 rev. 2
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index a61895f..cf5c716 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -60,8 +60,7 @@ apx: apx.cpp $(XBYAK_INC)
avx10_test: avx10_test.cpp $(XBYAK_INC)
$(CXX) $(CFLAGS) avx10_test.cpp -o $@ -DXBYAK64
-#TEST_FILES=old.txt new-ymm.txt bf16.txt comp.txt misc.txt convert.txt minmax.txt saturation.txt
-TEST_FILES=old.txt new-ymm.txt bf16.txt misc.txt convert.txt minmax.txt saturation.txt
+TEST_FILES=old.txt new-ymm.txt bf16.txt comp.txt misc.txt convert.txt minmax.txt saturation.txt
xed_test:
@set -e; \
for target in $(addprefix avx10/, $(TEST_FILES)); do \