Re: [Development] integer bug in Qt4.8.x

2013-03-08 Thread Darryl Miles
ARM uses are single-precision floating point, for qreal type at least. This being 32bits and having an integer range of positive and negative 2^24+1. I would expect JavaScript on ARM to be double-precision floating point, since that is defined in the ECMA specification. This being 64bits an

Re: [Development] integer bug in Qt4.8.x

2013-03-06 Thread Thomas Senyk
On Wed, March 06, 2013 12:25:32 Samuel Rødal wrote: > On 03/06/2013 11:38 AM, Thomas Senyk wrote: > > Hi, > > > > I think I stumbled over a bug in Qt4.8.x - QtDeclarative, but I wanted to > > asked for opinions first. > > > > First of all: This is not happening in Qt5 (neither QtQuick2.0 nor QtQu

Re: [Development] integer bug in Qt4.8.x

2013-03-06 Thread Samuel Rødal
On 03/06/2013 11:38 AM, Thomas Senyk wrote: > Hi, > > I think I stumbled over a bug in Qt4.8.x - QtDeclarative, but I wanted to > asked for opinions first. > > First of all: This is not happening in Qt5 (neither QtQuick2.0 nor QtQuick > 1.1) > > This seems to only happen on ARM... at least I couldn

[Development] integer bug in Qt4.8.x

2013-03-06 Thread Thomas Senyk
Hi, I think I stumbled over a bug in Qt4.8.x - QtDeclarative, but I wanted to asked for opinions first. First of all: This is not happening in Qt5 (neither QtQuick2.0 nor QtQuick 1.1) This seems to only happen on ARM... at least I couldn't reproduce on any x86 machine I tried. The ARM system