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

Ticket #393 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

make compilation not fail with 128-bit reals

Reported by: afb Assigned to: Don Clugston
Priority: major Milestone: 0.98 RC 2
Component: Core Functionality Version:
Keywords: Cc:

Description

When using the Mac OS X gdc compiler, tango.math.IEEE fails because double-double is not supported. This is OK, and "real" will go back to 64-bit again from the current 128-bit, but is a bit strict ?

I don't use the real type, but I still want to test the rest of Tango. So I made a small patch to change from a static assert to a runtime assert (not sure if it is needed elsewhere as well...)

Attachments

tango-ieee.patch (1.6 kB) - added by afb on 04/15/07 04:36:39.
tango-ieee.patch

Change History

04/15/07 04:36:39 changed by afb

  • attachment tango-ieee.patch added.

tango-ieee.patch

04/15/07 05:11:03 changed by larsivi

  • owner changed from sean to Don Clugston.
  • milestone set to 0.98 RC 2.

05/09/07 02:38:55 changed by Don Clugston

  • status changed from new to closed.
  • resolution set to fixed.

I applied the patch some time ago. If it still fails, please reopen the ticket.