Propagate NO_AVX512 if needed
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 3 Jun 2018 11:48:27 +0000 (13:48 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Jun 2018 11:48:27 +0000 (13:48 +0200)
Makefile.system

index b005b80..cec4b44 100644 (file)
@@ -147,6 +147,10 @@ ifeq ($(NO_AVX2), 1)
 GETARCH_FLAGS  += -DNO_AVX2
 endif
 
+ifeq ($(NO_AVX512), 1)
+GETARCH_FLAGS  += -DNO_AVX512
+endif
+
 ifeq ($(DEBUG), 1)
 GETARCH_FLAGS  += -g
 endif