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

Commit 7852b80c authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Add missing flags to x86 (both 32- and 64-bit) arch variants. Delete...

Merge "Add missing flags to x86 (both 32- and 64-bit) arch variants. Delete x86_64-atom.mk as we don't support 64-bit on old Atom."
parents 15493ceb 2d645ab3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ 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_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true

# CFLAGS for this arch
arch_variant_cflags := \
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ 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_POPCNT := true
ARCH_X86_HAVE_MOVBE  := false

# CFLAGS for this arch
arch_variant_cflags := \
+4 −0
Original line number Diff line number Diff line
@@ -2,9 +2,13 @@
# Generating binaries for SandyBridge 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_POPCNT := true
ARCH_X86_HAVE_MOVBE  := false

# CFLAGS for this arch
arch_variant_cflags := \
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ 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_POPCNT := true
ARCH_X86_HAVE_MOVBE  := true

# CFLAGS for this arch
arch_variant_cflags := \
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ 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_POPCNT := true
ARCH_X86_HAVE_MOVBE  := false

# CFLAGS for this arch
arch_variant_cflags := \
Loading