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

Ticket #118 (closed task: fixed)

Opened 6 years ago

Last modified 5 years ago

Math.IEEE functions should work for non-x86 CPUs

Reported by: Don Clugston Assigned to: Don Clugston
Priority: minor Milestone: 1.0
Component: Tango Version:
Keywords: Cc:

Description

Currently, most of the low-level functions only work for 80-bit reals, with little-endian architecture. It needs to also work for 64-bit reals with big-endian architecture (eg, PowerPC).

Change History

01/27/07 15:20:04 changed by Don Clugston

  • status changed from new to closed.
  • type changed from defect to task.
  • resolution set to fixed.

All functions in math.IEEE now have versioning for 64-bit reals. It is not yet tested on genuine systems, so bugs may exist, but the task component is now complete.

01/27/07 15:36:28 changed by kris

nice!