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

Commit 357778de authored by Mingwei Shi's avatar Mingwei Shi
Browse files

Update x86_64 minimal ISA instruction set



Change-Id: I3ca7f8a0799e6aef09ab1dfb719d218c7338ebf8
Signed-off-by: default avatarMingwei Shi <mingwei.shi@intel.com>
parent 46ba5456
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -117,6 +117,9 @@ endif
ifeq ($(ARCH_X86_HAVE_SSE4_2),true)
ifeq ($(ARCH_X86_HAVE_SSE4_2),true)
    TARGET_GLOBAL_CFLAGS += -msse4.2
    TARGET_GLOBAL_CFLAGS += -msse4.2
endif
endif
ifeq ($(ARCH_X86_HAVE_POPCNT),true)
    TARGET_GLOBAL_CFLAGS += -mpopcnt
endif
ifeq ($(ARCH_X86_HAVE_AVX),true)
ifeq ($(ARCH_X86_HAVE_AVX),true)
    TARGET_GLOBAL_CFLAGS += -mavx
    TARGET_GLOBAL_CFLAGS += -mavx
endif
endif
+3 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,9 @@
ARCH_X86_HAVE_SSSE3 := true
ARCH_X86_HAVE_SSSE3 := true
ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.
ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_POPCNT := true
ARCH_X86_HAVE_SSE4 := true
ARCH_X86_HAVE_SSE4_1 := true
ARCH_X86_HAVE_SSE4_2 := true




# CFLAGS for this arch
# CFLAGS for this arch