These are all either recently unused due to the removal of CFLAGS/etc, or have been exported by Soong and are no longer necessary. Change-Id: I5930d43fda21acc8202b3d8ea010fbefb6ae4cf1
12 lines
314 B
Makefile
12 lines
314 B
Makefile
# Configuration for Linux on x86.
|
|
# Generating binaries for Haswell processors.
|
|
#
|
|
ARCH_X86_HAVE_SSSE3 := true
|
|
ARCH_X86_HAVE_SSE4 := true
|
|
ARCH_X86_HAVE_SSE4_1 := true
|
|
ARCH_X86_HAVE_SSE4_2 := true
|
|
ARCH_X86_HAVE_AES_NI := true
|
|
ARCH_X86_HAVE_AVX := true
|
|
ARCH_X86_HAVE_POPCNT := true
|
|
ARCH_X86_HAVE_MOVBE := true
|