Changeset 3173
- Timestamp:
- 02/12/08 06:21:55 (10 months ago)
- Files:
-
- trunk/tango/math/IEEE.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/math/IEEE.d
r3172 r3173 120 120 "Only 64-bit, 80-bit, and 128 reals are supported for LittleEndian CPUs"); 121 121 } 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, 123 123 "Only 64-bit and 128 reals are supported for BigEndian CPUs. 106-bit reals have partial support"); 124 124 }












