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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue