develooper Front page | perl.perl5.porters | Postings from April 2016

When $Config{longdblkind} == 1

Thread Next
From:
sisyphus1
Date:
April 16, 2016 00:34
Subject:
When $Config{longdblkind} == 1
Message ID:
EC62D6A83DCE4E37A5C4B88830D8FD96@OwnerPC311012
Hi,

For the case $Config{longdblkind} == 1, the Config docs describe the long 
double as "IEEE 754 128-bit big little endian".

I take it that this corresponds to a byte order of "43218765".

From that description, the byte order could also be "56781234".
Or would that be termed "little big endian" instead of "big little endian" ?
Would longdblkind for a "56781234" configuration be set to 1, or would it be 
set to -1 ?

Anyway,  I'm thinking (hoping) that a configuration of "56781234" is either 
non-existent or very rare.
Right ?

Cheers,
Rob 


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About