From 641a17f146139a5860ff0e0a19828fad65d8f979 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Thu, 9 Jun 2016 11:46:11 +0900 Subject: add k{add,and,andn,or,xnor}{b,w,d,q} --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Makefile') 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 -- cgit v1.2.3