On Wed, Sep 3, 2014 at 6:59 PM, Peter A. Bigot <[email protected]> wrote: > debian@beaglebone:~$ g++ -Ofast -mfloat-abi=hard -o card card.cpp > debian@beaglebone:~$ time ./card > /dev/null > real 4m54.846s > user 4m54.627s > sys 0m0.057s > > With poky master + meta-ti it runs this fast: > > root@beaglebone:~# time ./card > /dev/null > real 9m37.901s > user 9m37.200s > sys 0m0.150s
you should enable hardfloat ABI for poky as well for this kind of load. -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
