notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e00f508
)
maybe fix x86 32bit detection for libretro's infra
author
notaz
<notasas@gmail.com>
Fri, 16 Sep 2022 20:45:15 +0000
(23:45 +0300)
committer
notaz
<notasas@gmail.com>
Fri, 16 Sep 2022 20:45:15 +0000
(23:45 +0300)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
7f8ec74
..
7b9618e
100644
(file)
--- 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)
-if
eq ($(ARCH),i686
)
+if
neq (,$(findstring $(ARCH),x86 i686)
)
CFLAGS_GPU_NEON ?= -msse2 # required
endif
ifeq ($(ARCH),x86_64)