Merge "Add arch variants for Intel Atom CPUs"

This commit is contained in:
Treehugger Robot
2022-12-14 03:32:13 +00:00
committed by Gerrit Code Review
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