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
|
|
@ -15,7 +15,7 @@ index 0d1dc08f81a11cef6b3b7238367b1ff27fcf1ead..7b3f977da6549c435b09b165f5a7589d
|
|||
+ SHARED := -shared
|
||||
+ LIBM :=
|
||||
+ fpic := -fPIC -flto
|
||||
+ CFLAGS += -marm -mtune=cortex-a9 -mfpu=neon -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 -D__GCW0__
|
||||
+ DONT_COMPILE_IN_ZLIB = 1
|
||||
+ HAVE_ARMv6 = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue