Merge "Add arch variants for Intel Atom CPUs" am: d6184bc4c2

Original change: https://android-review.googlesource.com/c/platform/build/+/2301583

Change-Id: I465c3947f6d48137d331d297e07c0c8ab066982c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-12-14 03:50:41 +00:00
committed by Automerger Merge Worker
6 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# This file contains feature macro definitions specific to the
# goldmont-plus arch variant.
#
# See build/make/core/combo/arch/x86/x86-atom.mk for differences.
#
ARCH_X86_HAVE_SSE4_1 := true

View File

@@ -0,0 +1,7 @@
# This file contains feature macro definitions specific to the
# goldmont arch variant.
#
# See build/make/core/combo/arch/x86/x86-atom.mk for differences.
#
ARCH_X86_HAVE_SSE4_1 := true

View File

@@ -0,0 +1,7 @@
# This file contains feature macro definitions specific to the
# tremont arch variant.
#
# See build/make/core/combo/arch/x86/x86-atom.mk for differences.
#
ARCH_X86_HAVE_SSE4_1 := true

View File

@@ -0,0 +1,7 @@
# This file contains feature macro definitions specific to the
# goldmont-plus arch variant.
#
# See build/make/core/combo/arch/x86/x86-atom.mk for differences.
#
ARCH_X86_HAVE_SSE4_1 := true

View File

@@ -0,0 +1,7 @@
# This file contains feature macro definitions specific to the
# goldmont arch variant.
#
# See build/make/core/combo/arch/x86/x86-atom.mk for differences.
#
ARCH_X86_HAVE_SSE4_1 := true

View File

@@ -0,0 +1,7 @@
# This file contains feature macro definitions specific to the
# tremont arch variant.
#
# See build/make/core/combo/arch/x86/x86-atom.mk for differences.
#
ARCH_X86_HAVE_SSE4_1 := true