---- Original Message ----- From: "D. Richard Hipp" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Thursday, August 18, 2005 9:24 AM
Subject: Re: [sqlite] Possible bug regarding endiannes and real storageclass (sqlite3)


On Thu, 2005-08-18 at 18:04 +0200, Frank van Vugt wrote:
L.S.

It looks like there's something wrong with the endiannes when using sqlite3
(v3.2.2) on an ARM architecture (SA1100 nanoboard) while storing floating
point data.


SQLite assumes float point values are stored in the IEEE 64-bit
format with the same byte order as the machine integer.

http://www.psc.edu/general/software/packages/ieee/ieee.html

The way I interpreted this site, is that the IEEE standard for floating point numbers was processor agnostic and the storage of the bits went from left to right.

Robert


Reply via email to