diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-11-20 11:31:00 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-11-20 11:31:00 +0900 |
commit | 5e9a9b96f521ca7eccb74c9e87d941ac6fbbda82 (patch) | |
tree | 7945d35d5f06d9c46e3d969d5670ea905905ec3e | |
parent | 8ae01b0c23779393df5d06f14b7e8f90fe3105a1 (diff) | |
download | xbyak-5e9a9b96f521ca7eccb74c9e87d941ac6fbbda82.tar.gz xbyak-5e9a9b96f521ca7eccb74c9e87d941ac6fbbda82.zip |
test_avx512.sh runs on x32
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index d94b819..1b12756 100644 --- a/test/Makefile +++ b/test/Makefile @@ -95,10 +95,8 @@ ifneq ($(ONLY_64BIT),0) ./test_avx512.sh endif ifeq ($(BIT),64) -ifneq ($(X32),1) ./test_avx512.sh 64 endif -endif test: $(MAKE) test_nm |