Merge "Add arch variants for Intel Atom CPUs"
This commit is contained in:
commit
d6184bc4c2
6 changed files with 42 additions and 0 deletions
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
|
Loading…
Reference in a new issue