[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] Test cases for PortableLib on arm
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] Test cases for PortableLib on arm |
Date: |
Sat, 15 Mar 2003 07:54:20 +1000 |
User-agent: |
KMail/1.4.3 |
On Saturday 15 March 2003 03:00 am, minddog wrote:
> ~ # ./endian
> float(1.0) => 0x00, 0x00, 0x80, 0x3F
> double(1.0) => 0x00, 0x00, 0xF0, 0x3F, 0x00, 0x00, 0x00, 0x00
> long(0x0102030405060708) => 0x08, 0x07, 0x06, 0x05, 0x04, 0x03, 0x02, 0x01
> ~ #
As I thought, "double" uses a "mixed-endian" encoding. I've updated the CVS
tree with the fix.
Cheers,
Rhys.