diff options
author | MITSUNARI Shigeo <[email protected]> | 2016-06-09 11:46:11 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2016-06-14 16:13:37 +0900 |
commit | 641a17f146139a5860ff0e0a19828fad65d8f979 (patch) | |
tree | b18fa14cdcfb35ec3820260d95ff7e443d191691 /test/Makefile | |
parent | b751ee0dbdb776a6fbae3a522962865867cc8474 (diff) | |
download | xbyak-641a17f146139a5860ff0e0a19828fad65d8f979.tar.gz xbyak-641a17f146139a5860ff0e0a19828fad65d8f979.zip |
add k{add,and,andn,or,xnor}{b,w,d,q}
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 299cf33..69256e2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -57,6 +57,9 @@ ifeq ($(BIT),64) ./test_avx.sh Y64 endif +test_avx512: normalize_prefix + ./test_avx512.sh + clean: rm -rf *.o $(TARGET) lib_run |