sed -i -e 's"\([^/]\)build/core"\1build/make/core"g' $(git grep -l build/core) Test: m checkbuild Change-Id: Idf3a2fed79aee5d2c07bd8e42f0c0660f253ddc2
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# This file contains feature macro definitions specific to the
|
|
# silvermont arch variant.
|
|
#
|
|
# See build/make/core/combo/arch/x86/x86-atom.mk for differences.
|
|
#
|
|
|
|
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_POPCNT := true
|
|
ARCH_X86_HAVE_MOVBE := true
|