in reply to Unpacking Floating Point on architectures with different endians
If you don't want to go that way, then you're going to have to not use unpack. Instead you'll have to do some custom bit-twiddling to parse the float format and make it come out right.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Unpacking Floating Point on architectures with different endians
by davido (Cardinal) on May 04, 2004 at 07:00 UTC |