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:
7
core/combo/arch/x86/goldmont-plus.mk
Normal file
7
core/combo/arch/x86/goldmont-plus.mk
Normal 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
|
7
core/combo/arch/x86/goldmont.mk
Normal file
7
core/combo/arch/x86/goldmont.mk
Normal 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
|
7
core/combo/arch/x86/tremont.mk
Normal file
7
core/combo/arch/x86/tremont.mk
Normal 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
|
7
core/combo/arch/x86_64/goldmont-plus.mk
Normal file
7
core/combo/arch/x86_64/goldmont-plus.mk
Normal 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
|
7
core/combo/arch/x86_64/goldmont.mk
Normal file
7
core/combo/arch/x86_64/goldmont.mk
Normal 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
|
7
core/combo/arch/x86_64/tremont.mk
Normal file
7
core/combo/arch/x86_64/tremont.mk
Normal 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
|
Reference in New Issue
Block a user