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

Commit afa2b169 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Add x86 AVX2 and AVX512 supported architectures" am: 88e38f01 am: a31d29ff

am: 39e785ff

Change-Id: Ie9d066278ee87dd1a9a7309c998e59af0e252abd
parents 808ff21c 39e785ff
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86.
# Generating binaries for processors
# that have AVX2 feature flag
#

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_AVX    := true
ARCH_X86_HAVE_AVX2   := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true
+13 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86.
# Generating binaries for processors
# that have AVX2 feature flag
#

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_AVX    := true
ARCH_X86_HAVE_AVX2   := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true
+14 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86.
# Generating binaries for processors
# that have AVX2 feature flag
#

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_AVX    := true
ARCH_X86_HAVE_AVX2   := true
ARCH_X86_HAVE_AVX512 := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true
+13 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86.
# Generating binaries for processors.
# that support AVX2 feature flag
#

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_AVX    := true
ARCH_X86_HAVE_AVX2   := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true
+15 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86.
# Generating binaries for processors.
# that support AVX2 feature flag
#

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_AVX    := true
ARCH_X86_HAVE_AVX2   := true
ARCH_X86_HAVE_AVX512 := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true
Loading