Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3173

Show
Ignore:
Timestamp:
02/12/08 06:21:55 (10 months ago)
Author:
larsivi
Message:

SPARC is BigEndian?, refs #884

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/math/IEEE.d

    r3172 r3173  
    120120        "Only 64-bit, 80-bit, and 128 reals are supported for LittleEndian CPUs"); 
    121121} else { 
    122     static assert(real.mant_dig == 53 || real.mant_dig==106
     122    static assert(real.mant_dig == 53 || real.mant_dig==106 || real.mant_dig == 113
    123123     "Only 64-bit and 128 reals are supported for BigEndian CPUs. 106-bit reals have partial support"); 
    124124}