Merge pull request #2037 from martin-frbg/issue2033-2

Make sure that AVX512 is disabled in 32bit builds
This commit is contained in:
Martin Kroeker 2019-03-01 11:45:02 +01:00 committed by GitHub
commit edb8143141
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)