X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=c062048e58a4c524e68c485c544235c725c9a325;hb=98dacc2f457677c6f4460971bd838d0e13ba5ca3;hp=21abefc21b7531ac30c3002c14798ff751b61bcb;hpb=de9b02263c0ffa3ccdb41d2fdee3bbf8d1287825;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 21abefc2..c062048e 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -38,8 +38,7 @@ ARCH := arm CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -marm ASFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon HAVE_NEON = 1 -#TODO -# BUILTIN_GPU = neon + BUILTIN_GPU = neon USE_DYNAREC = 1 CFLAGS += -DIOS else ifeq ($(platform), ps3) @@ -128,3 +127,7 @@ include Makefile # Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) libpcsxcore/new_dynarec/pcsxmem.o: libpcsxcore/new_dynarec/pcsxmem.c $(CC) -c -o $@ $< $(CPPFLAGS) $(CFLAGS) -Os + +# no special AS needed for gpu_neon +plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.o: plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S + $(CC) $(CFLAGS) -c $^ -o $@