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

@ -16,7 +16,7 @@ index 032e95b5a42ebe0dafb2746ac66f07d35583485c..a10ec8ffeeee3131406290740c44e091
+ fpic := -fPIC -DPIC
+ LDFLAGS += -fPIC -flto
+ PLATFORM_DEFINES := -DCC_RESAMPLER -DCC_RESAMPLER_NO_HIGHPASS
+ 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
+ HAVE_NEON = 1
+ ARCH = arm