use -mfpu=neon-fp16 instead of vfpv4
at eggs suggestion
This commit is contained in:
parent
edaadd1f45
commit
82d3f83a57
12 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue