X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=7b9618e1ccfc63982be50b82fda498d75e307fdc;hb=c4e6218028f70a1289895eba7d6cc37086c20d5c;hp=7f8ec744d961b080546d9183e4d12aab8292853e;hpb=e00f508524e343b3494155b724d60deafa2c9c81;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 7f8ec744..7b9618e1 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -535,7 +535,7 @@ ifdef ALLOW_LIGHTREC_ON_ARM CFLAGS += -DALLOW_LIGHTREC_ON_ARM endif ifeq ($(BUILTIN_GPU),neon) -ifeq ($(ARCH),i686) +ifneq (,$(findstring $(ARCH),x86 i686)) CFLAGS_GPU_NEON ?= -msse2 # required endif ifeq ($(ARCH),x86_64)