1# Configuration for Linux on x86. 2# Generating binaries for processors 3# that have AVX2 feature flag 4# 5 6ARCH_X86_HAVE_SSSE3 := true 7ARCH_X86_HAVE_SSE4 := true 8ARCH_X86_HAVE_SSE4_1 := true 9ARCH_X86_HAVE_SSE4_2 := true 10ARCH_X86_HAVE_AVX := true 11ARCH_X86_HAVE_AVX2 := true 12ARCH_X86_HAVE_POPCNT := true 13ARCH_X86_HAVE_MOVBE := true 14