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

Commit d6184bc4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add arch variants for Intel Atom CPUs"

parents 8998fd72 05f2b52d
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