summaryrefslogtreecommitdiffstats
path: root/core/combo/arch/x86/ivybridge.mk
blob: a8e66f37c6fb0a15d55f6ff9103c33895e958888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Configuration for Linux on x86.
# Generating binaries for Ivy Bridge 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  := false

# CFLAGS for this arch
arch_variant_cflags := \
	-march=core-avx-i \
	-mstackrealign \
	-mfpmath=sse \