Merge pull request #2037 from martin-frbg/issue2033-2
Make sure that AVX512 is disabled in 32bit builds
This commit is contained in:
commit
edb8143141
|
@ -156,6 +156,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(BINARY), 32)
|
ifeq ($(BINARY), 32)
|
||||||
GETARCH_FLAGS += -DNO_AVX -DNO_AVX2 -DNO_AVX512
|
GETARCH_FLAGS += -DNO_AVX -DNO_AVX2 -DNO_AVX512
|
||||||
|
NO_AVX512 = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NO_AVX2), 1)
|
ifeq ($(NO_AVX2), 1)
|
||||||
|
|
Loading…
Reference in New Issue