Make sure that AVX512 is disabled in 32bit builds
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 1 Mar 2019 08:23:03 +0000 (09:23 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2019 08:23:03 +0000 (09:23 +0100)
for #2033

Makefile.system

index bbd7774..53f89b2 100644 (file)
@@ -156,6 +156,7 @@ endif
 
 ifeq ($(BINARY), 32)
 GETARCH_FLAGS  += -DNO_AVX -DNO_AVX2 -DNO_AVX512
+NO_AVX512 = 1
 endif
 
 ifeq ($(NO_AVX2), 1)