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:
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