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

Commit 88fc7ad3 authored by Satoshi Niwa's avatar Satoshi Niwa
Browse files

Add a new x86(_64) arch variant "goldmont-without-xsaves"

Its target arch is goldmont, but without xsaves support.
It can build images that run on old Intel/AMD CPUs as well as new CPUs.

Bug: 314243939
Test: Build an image with TARGET_ARCH_VARIANT:=goldmont-without-xsaves
Change-Id: I9c4bfd3928511f5b4a075f9a9337db6e1270a765
parent 3f243296
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
# 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