Re: [sqlite] Problems with Floating Point

2008-02-26 Thread Jeff Hamilton
The problem is that on ARM there are two ways to represent 64bit floating point numbers when using software floating point emulation, FPA and VFE. FPA uses little endian byte order but big endian word order and is the default for most GCC configurations (why, I have no idea...). VFE is fully little

Re: [sqlite] Problems with Floating Point

2008-02-26 Thread Dennis Cote
Michael Penkov wrote: > Hello, > > I'm attempting to use sqlite3 (version 3.5.6, cross-compiled using gcc > 2.95.3) on a Sharp Zaurus CL-3200. Kernel is Linux 2.4.20, armv5tel, > using NetWinder Floating Point Emulator V0.95. > > Overall, it works well, but I am encountering strange problems wit

[sqlite] Problems with Floating Point

2008-02-26 Thread Michael Penkov
Hello, I'm attempting to use sqlite3 (version 3.5.6, cross-compiled using gcc 2.95.3) on a Sharp Zaurus CL-3200. Kernel is Linux 2.4.20, armv5tel, using NetWinder Floating Point Emulator V0.95. Overall, it works well, but I am encountering strange problems with reading and writing floating point