7 lines
133 B
Makefile
7 lines
133 B
Makefile
|
# Configuration for Linux on x86.
|
||
|
# Generating binaries for processors
|
||
|
# that have AVX2 feature flag
|
||
|
#
|
||
|
|
||
|
ARCH_X86_HAVE_SSE4_1 := true
|