Add stoney ridge x86 variant
Bug: 124445930 Test: compile and deploy to grunt Change-Id: Ia73c27f7ce9ca9031e733a3754ffbb2fabeae4d0
This commit is contained in:
parent
87ec538ef1
commit
b8bf92e6b8
2 changed files with 24 additions and 0 deletions
12
core/combo/arch/x86/stoneyridge.mk
Normal file
12
core/combo/arch/x86/stoneyridge.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Configuration for Linux on x86.
|
||||
# Generating binaries for Stoney Ridge 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_AVX2 := true
|
||||
ARCH_X86_HAVE_POPCNT := true
|
||||
ARCH_X86_HAVE_MOVBE := true
|
12
core/combo/arch/x86_64/stoneyridge.mk
Normal file
12
core/combo/arch/x86_64/stoneyridge.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Configuration for Linux on x86_64.
|
||||
# Generating binaries for Stoney Ridge 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_AVX2 := true
|
||||
ARCH_X86_HAVE_POPCNT := true
|
||||
ARCH_X86_HAVE_MOVBE := true
|
Loading…
Reference in a new issue