Skip to content

Commit 4c321ae

Browse files
authored
Merge pull request #2034 from martin-frbg/issue2033
Make x86_32 imply NO_AVX2, NO_AVX512 in addition to NO_AVX
2 parents 2ffb727 + d66214c commit 4c321ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ GETARCH_FLAGS += -DNO_AVX
155155
endif
156156

157157
ifeq ($(BINARY), 32)
158-
GETARCH_FLAGS += -DNO_AVX
158+
GETARCH_FLAGS += -DNO_AVX -DNO_AVX2 -DNO_AVX512
159159
endif
160160

161161
ifeq ($(NO_AVX2), 1)

0 commit comments

Comments
 (0)