spu: support multiple pending buffers
[pcsx_rearmed.git] / plugins / gpu_neon / Makefile
CommitLineData
c111e8f8 1CFLAGS += -ggdb -Wall -O2 -DNDEBUG
56f08d83 2
4132e8ca 3include ../../config.mak
7d993ee2 4
62d7fa95 5SRC += psx_gpu_if.c
b78edec7 6
62d7fa95 7CFLAGS += -DTEXTURE_CACHE_4BPP -DTEXTURE_CACHE_8BPP
7d993ee2 8ifeq "$(HAVE_NEON)" "1"
62d7fa95 9SRC += psx_gpu/psx_gpu_arm_neon.S
10CFLAGS += -DNEON_BUILD
b78edec7 11else
62d7fa95 12CFLAGS += -fno-strict-aliasing
b78edec7 13endif
6f2ee2be 14
62d7fa95 15BIN_GPULIB = gpu_neon.so
16include ../gpulib/gpulib.mak