use -mfpu=neon-fp16 instead of vfpv4

at eggs suggestion
This commit is contained in:
Shaun Inman 2023-02-11 21:38:43 -05:00
parent edaadd1f45
commit 82d3f83a57
12 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@ index 14b8cbedb12860aedc2bc21119735247929bdbd3..0d1787ef81ffc6cdb2b4982c779a89ef
+ AR = $(CROSS_COMPILE)ar
+ SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined
+ LDFLAGS += -fPIC -flto
+ CFLAGS += -marm -mtune=cortex-a9 -mfpu=neon-vfpv4 -mfloat-abi=hard -march=armv7-a -fomit-frame-pointer
+ CFLAGS += -marm -mtune=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=hard -march=armv7-a -fomit-frame-pointer
+ CFLAGS += -fomit-frame-pointer -ffast-math -fPIC -flto
+ OPTIMIZE := -Ofast -DNDEBUG
+ EXTERNAL_ZLIB = 1