summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mbw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbw.c b/mbw.c
index d8c70da..153b11f 100644
--- a/mbw.c
+++ b/mbw.c
@@ -751,11 +751,13 @@ int main(int argc, char **argv)
tests[0]=1;
tests[1]=1;
tests[2]=1;
- tests[3]=1;
tests[4]=1;
tests[5]=1;
+#if HAVE_AVX512
+ tests[3]=1;
tests[6]=1;
tests[7]=1;
+#endif
}
if( nr_loops==0 && ((tests[0]+tests[1]+tests[2]+tests[3]+tests[4]+tests[5]+tests[6]+tests[7]) != 1) ) {