Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 155fc8b5 authored by Andrew Boie's avatar Andrew Boie Committed by Fengwei Yin
Browse files

add silvermont x86 architecture



This is used for Baytrail targets.

Change-Id: I5a2fa6dbb8217a326ee09f5ea434885718ab3f0c
Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
Signed-off-by: default avatarPavel Chupin <pavel.v.chupin@intel.com>
Signed-off-by: default avatarFengwei Yin <fengwei.yin@intel.com>
parent 8afa2555
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
# 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 \
	-mstackrealign \
	-mfpmath=sse \
+17 −0
Original line number Diff line number Diff line
# 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 \