From 51d393ff8b67e7f271ebea913d040e515269dad4 Mon Sep 17 00:00:00 2001
From: Martin Reinecke <martin@mpa-garching.mpg.de>
Date: Fri, 21 Dec 2018 12:01:13 +0100
Subject: [PATCH] AVX512

---
 libsharp/sharp_vecutil.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsharp/sharp_vecutil.h b/libsharp/sharp_vecutil.h
index e872bb3..29485f7 100644
--- a/libsharp/sharp_vecutil.h
+++ b/libsharp/sharp_vecutil.h
@@ -34,7 +34,7 @@
 
 #ifndef VLEN
 
-#if (defined (__MIC__) || defined(__AVX512F__))
+#if (defined(__AVX512F__))
 #define VLEN 8
 #elif (defined (__AVX__))
 #define VLEN 4
-- 
GitLab