[Interest] armv7a-hard-float in Qt android apps

Jean-Michaël Celerier jeanmichael.celerier at gmail.com
Fri Apr 29 16:36:19 CEST 2016


On Fri, Apr 29, 2016 at 1:55 PM, Ola Røer Thorsen <ola at silentwings.no>
wrote:

>
> float a = 1.0f;
> float b = 2.0*a; // BAD!
> float b = 2.0f*a; // Good!
>

Pretty sure that this would be a non-problem starting at -O1 optimization
level.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160429/ca985221/attachment.html>


More information about the Interest mailing list