diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-30 06:39:15 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-30 06:39:15 +0900 |
commit | 97b66116ffd26fdbbe27cb6b56236e7078dbd3a0 (patch) | |
tree | 75b388c9f93df2ab1336a6d3f28d06207844157c /test/Makefile | |
parent | cf209c915b849141ed9821fea883fd04bcc34859 (diff) | |
parent | 565ad4e809c1aa80e295613347420812b3b5ac1a (diff) | |
download | xbyak-97b66116ffd26fdbbe27cb6b56236e7078dbd3a0.tar.gz xbyak-97b66116ffd26fdbbe27cb6b56236e7078dbd3a0.zip |
Merge branch 'dev'v7.20.1
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index cf5c716..a61895f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -60,7 +60,8 @@ 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 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 xed_test: @set -e; \ for target in $(addprefix avx10/, $(TEST_FILES)); do \ |