Merge "Add stoney ridge x86 variant" am: 8c2881034a

am: b3a6164a9b

Change-Id: Ief0e31de64b0bc9ccc7e11941a114241599f2aa4
This commit is contained in:
Benjamin Gordon 2019-03-15 15:40:01 -07:00 committed by android-build-merger
commit 9c676bb5a8
2 changed files with 24 additions and 0 deletions

View 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

View 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