aboutsummaryrefslogtreecommitdiff
path: root/core/combo/arch/x86_64/x86_64.mk
blob: 26a9d0f45ad7f9949411ea6a925c403648a77f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file contains feature macro definitions specific to the
# base 'x86_64' platform ABI.
#
# It is also used to build full_x86_64-eng / sdk_x86_64-eng  platform images
# that are run in the emulator under KVM emulation (i.e. running directly on
# the host development machine's CPU).

ARCH_X86_HAVE_SSSE3 := true
ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_SSE4 := true
ARCH_X86_HAVE_SSE4_1 := true
ARCH_X86_HAVE_SSE4_2 := true