cdrom: treat seek the same as other commands
[pcsx_rearmed.git] / Makefile.libretro
index 7f8ec74..7b9618e 100644 (file)
@@ -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)