summaryrefslogtreecommitdiffstats
path: root/core/combo/arch/x86/silvermont.mk
blob: d064b1df27a759aca7d2edb334333ce13383de53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file contains feature macro definitions specific to the
# silvermont arch variant.
#
# See build/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

# CFLAGS for this arch
arch_variant_cflags := \
	-march=slm \
	-mfpmath=sse \