From ad063ee089107878a6973609d7a53cbd9dbe97fb Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 24 Mar 2025 09:22:04 +0100 Subject: Enable AVX512 data transfer test by default (if compiled with AVX51) --- mbw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mbw.c b/mbw.c index 04a6fb7..d8c70da 100644 --- a/mbw.c +++ b/mbw.c @@ -751,6 +751,7 @@ int main(int argc, char **argv) tests[0]=1; tests[1]=1; tests[2]=1; + tests[3]=1; tests[4]=1; tests[5]=1; tests[6]=1; -- cgit v1.2.3