Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #27 (closed defect: fixed)

Opened 1 year ago

Last modified 6 months ago

real is not 80bit float on x86

Reported by: lindquist Assigned to: lindquist
Priority: minor Milestone: Alpha
Component: Version:
Keywords: Cc:

Description

LLVM has support for this. It should be fairly easy!

Change History

01/24/08 20:39:04 changed by lindquist

I'm thinking this should be a flag. LLVM seems to be quite happy about emitting SSE code, and using 80bit floats would kill this...

01/24/08 20:39:17 changed by lindquist

  • priority changed from major to minor.

06/05/08 00:52:04 changed by lindquist

  • owner set to lindquist.

This can now be enabled with the -fp80 switch, still needs proper testing and probably some fixes.

07/13/08 14:53:15 changed by lindquist

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

If users compile the runtime AND their app/lib/whatever with the -fp80 options, this should work now. If we forgot anything it should get its own ticket! Closing.

Copyright © 2008, LDC Development Team.