Remove PGI from list again as it is actually still not capable
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 8 Feb 2020 09:20:13 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2020 09:20:13 +0000 (10:20 +0100)
getarch.c

index 3a78771..1f59039 100644 (file)
--- a/getarch.c
+++ b/getarch.c
@@ -91,7 +91,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <unistd.h>
 #endif
 
-#if (( defined(__GNUC__)  && __GNUC__   > 6 && defined(__AVX2__)) || (defined(__clang__) && __clang_major__ >= 6) || defined(__PGI))
+#if (( defined(__GNUC__)  && __GNUC__   > 6 && defined(__AVX2__)) || (defined(__clang__) && __clang_major__ >= 6))
 #else
 #define NO_AVX512
 #endif