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

Commit bba312bc authored by Olof Johansson's avatar Olof Johansson Committed by android-build-merger
Browse files

Merge "sandybridge setup: no AES_NI, AVX, MOVBE" am: b044f082 am: 5cbf0497

am: 760a463e

* commit '760a463e':
  sandybridge setup: no AES_NI, AVX, MOVBE
parents 54ad1d91 760a463e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@ 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_AES_NI := false
ARCH_X86_HAVE_AVX    := false
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := false

# CFLAGS for this arch
arch_variant_cflags := \
	-march=corei7-avx \
	-march=corei7 \
	-mfpmath=sse \
+3 −3
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@ 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_AES_NI := false
ARCH_X86_HAVE_AVX    := false
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_MOVBE  := false

# CFLAGS for this arch
arch_variant_cflags := \
	-march=corei7-avx
	-march=corei7