|
From: Julian S. <js...@ac...> - 2011-11-07 08:12:09
|
On Saturday, November 05, 2011, Christian Borntraeger wrote: > That why there are some helpers with inline assemblies? ;-) Nothing to do with me ;-) > All joking aside, isnt that also true for binary floating point? > 754 mandates the format, but IIRC the in memory representation can > differ according to the endianess. FWIW (not a lot) IR loads and stores contain a bit (IREnd, iirc) which indicates the endianness of the transfer. Without that you can't record the semantics of the load/store properly. J |