Skip to content

Commit c4868d1

Browse files
authored
Make sure that AVX512 is disabled in 32bit builds
for #2033
1 parent d66214c commit c4868d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.system

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ endif
156156

157157
ifeq ($(BINARY), 32)
158158
GETARCH_FLAGS += -DNO_AVX -DNO_AVX2 -DNO_AVX512
159+
NO_AVX512 = 1
159160
endif
160161

161162
ifeq ($(NO_AVX2), 1)

0 commit comments

Comments
 (0)