Merge "Add a new x86(_64) arch variant "goldmont-without-xsaves"" into main
This commit is contained in:
commit
415fdddd98
2 changed files with 14 additions and 0 deletions
7
core/combo/arch/x86/goldmont-without-xsaves.mk
Normal file
7
core/combo/arch/x86/goldmont-without-xsaves.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This file contains feature macro definitions specific to the
|
||||
# goldmont-without-xsaves 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-without-xsaves.mk
Normal file
7
core/combo/arch/x86_64/goldmont-without-xsaves.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This file contains feature macro definitions specific to the
|
||||
# goldmont-without-xsaves 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