android: drop -funroll-loops
authornotaz <notasas@gmail.com>
Mon, 17 Mar 2025 00:18:54 +0000 (02:18 +0200)
committernotaz <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

index d1b1861..9c45e67 100644 (file)
@@ -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)