Browse Source

Make sure that AVX512 is disabled in 32bit builds

for #2033
tags/v0.3.6^2
Martin Kroeker GitHub 6 years ago
parent
commit
c4868d11c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.system

+ 1
- 0
Makefile.system 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)


Loading…
Cancel
Save