From e1927cde20cfc427a686a42b3707c49982e3648c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 28 Jul 2012 11:13:47 +0000 Subject: [PATCH] none/tests/amd64/Makefile.am: Uses not only AVX instructions but PCLMULQDQ too git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12795 --- none/tests/amd64/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/none/tests/amd64/Makefile.am b/none/tests/amd64/Makefile.am index 0e490798a9..7798bac415 100644 --- a/none/tests/amd64/Makefile.am +++ b/none/tests/amd64/Makefile.am @@ -105,8 +105,10 @@ if BUILD_SSE42_TESTS pcmpstr64w pcmpxstrx64w endif if BUILD_AVX_TESTS +if BUILD_PCLMULQDQ_TESTS check_PROGRAMS += avx-1 endif +endif if BUILD_MOVBE_TESTS check_PROGRAMS += movbe endif -- 2.47.2