Skip to content

Commit

Permalink
Merge pull request #2037 from martin-frbg/issue2033-2
Browse files Browse the repository at this point in the history
Make sure that AVX512 is disabled in 32bit builds
  • Loading branch information
martin-frbg authored Mar 1, 2019
2 parents 4c321ae + c4868d1 commit edb8143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ endif

ifeq ($(BINARY), 32)
GETARCH_FLAGS += -DNO_AVX -DNO_AVX2 -DNO_AVX512
NO_AVX512 = 1
endif

ifeq ($(NO_AVX2), 1)
Expand Down

0 comments on commit edb8143

Please sign in to comment.