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

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

Merge "Add stoney ridge x86 variant"

parents bc2f9ce2 b8bf92e6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86.
# Generating binaries for Stoney Ridge processors.
#
ARCH_X86_HAVE_SSSE3  := true
ARCH_X86_HAVE_SSE4   := true
ARCH_X86_HAVE_SSE4_1 := true
ARCH_X86_HAVE_SSE4_2 := true
ARCH_X86_HAVE_AES_NI := true
ARCH_X86_HAVE_AVX    := true
ARCH_X86_HAVE_AVX2   := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true
+12 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86_64.
# Generating binaries for Stoney Ridge processors.
#
ARCH_X86_HAVE_SSSE3  := true
ARCH_X86_HAVE_SSE4   := true
ARCH_X86_HAVE_SSE4_1 := true
ARCH_X86_HAVE_SSE4_2 := true
ARCH_X86_HAVE_AES_NI := true
ARCH_X86_HAVE_AVX    := true
ARCH_X86_HAVE_AVX2   := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true