Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05f2b52d authored by Ryo Hashimoto's avatar Ryo Hashimoto
Browse files

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
parent 9e0472e9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
# 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
Loading