Power Developer
https://powerdeveloper.org/forums/

Smartbook make.conf
https://powerdeveloper.org/forums/viewtopic.php?f=8&t=2714
Page 1 of 1

Author:  Tazy [ Wed Jul 17, 2013 9:45 pm ]
Post subject:  Smartbook make.conf

Hi!
I've been wondering whats the better choice of settings in the make.conf is for the EfikaMX Smartbook
Currently i set it like Funtoo's ARM stage3 default, or should i be setting -mfpu=neon instead?

CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"

Author:  APerson [ Sun Jul 21, 2013 9:35 pm ]
Post subject:  Re: Smartbook make.conf

Quote:
Hi!
I've been wondering whats the better choice of settings in the make.conf is for the EfikaMX Smartbook
Currently i set it like Funtoo's ARM stage3 default, or should i be setting -mfpu=neon instead?

CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
Hi, "better" is a relative term and you may want to simply test what works best for your application. If you plan to use "-mfpu=neon" and expect your code to be auto-vectorized by GCC, you will need to add '-funsafe-math-optimizations' which may cause a loss of precision.

Page 1 of 1 All times are UTC-06:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/