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
(parent:
15284c5
)
android: drop -funroll-loops
author
notaz
<notasas@gmail.com>
Mon, 17 Mar 2025 00:18:54 +0000
(
02:18
+0200)
committer
notaz
<notasas@gmail.com>
Mon, 17 Mar 2025 00:18:54 +0000
(
02:18
+0200)
I don't like the bloat. If someone can show benchmarks showing this
helps, I'm happy to revert this.
jni/Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/jni/Android.mk
b/jni/Android.mk
index
d1b1861
..
9c45e67
100644
(file)
--- a/
jni/Android.mk
+++ b/
jni/Android.mk
@@
-110,7
+110,7
@@
COREFLAGS += -Dgetauxval=0*
endif
endif
-COREFLAGS += -ffast-math -
funroll-loops -
DHAVE_LIBRETRO -DNO_FRONTEND -DANDROID -DREARMED
+COREFLAGS += -ffast-math -DHAVE_LIBRETRO -DNO_FRONTEND -DANDROID -DREARMED
COREFLAGS += -DP_HAVE_MMAP=1 -DP_HAVE_PTHREAD=1 -DP_HAVE_POSIX_MEMALIGN=1
ifeq ($(USE_LIBRETRO_VFS),1)