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

@ -5,7 +5,7 @@ endif
TARGET = minui.elf
CC = $(CROSS_COMPILE)gcc
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 += -I. -I../common -DPLATFORM=\"$(UNION_PLATFORM)\"
LDFLAGS = -ldl -lSDL -lSDL_image -lSDL_ttf -lmsettings -lpthread