Add arch variants for Intel Atom CPUs

Bug: 259201836
Test: Build aosp_x86_64-eng with modified
build/make/target/board/generic_x86_64/BoardConfig.mk

Change-Id: Ide469d4aaa722602dbcc797cf6518fd20d24764c
This commit is contained in:
Ryo Hashimoto
2022-11-16 17:10:30 +09:00
parent 9e0472e9c7
commit 05f2b52d16
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