Make sure that AVX512 is disabled in 32bit builds

for #2033
This commit is contained in:
Martin Kroeker 2019-03-01 09:23:03 +01:00 committed by GitHub
parent d66214c946
commit c4868d11c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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)