diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-11-11 16:03:43 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-11-11 16:03:43 +0900 |
commit | 4e44f4614ddbf038f2a6296f5b906d5c72691e0f (patch) | |
tree | b25625180accb6ca28387f9f5087346f7144d78e /test/Makefile | |
parent | 2c02730b822d461aa2010f5b9cec6a8595243866 (diff) | |
parent | 2d6794ca7bcd9d6dec4fbd365ed3a20a594dc041 (diff) | |
download | xbyak-4e44f4614ddbf038f2a6296f5b906d5c72691e0f.tar.gz xbyak-4e44f4614ddbf038f2a6296f5b906d5c72691e0f.zip |
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
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 \ |