On Wed, 28 Apr 2010 02:20:58 +0900, Lars T. Kyllingstad <[email protected]> wrote:

For systems where real is 64 bits it may be possible to use an 80-bit std.numeric.CustomFloat as an intermediate step between the stored data and the 64-bit type.
I tried std.numeric.CustomFloat:
-----
alias CustomFloat!(1, 64, 15) RealRep;
-----
But this code doesn't comile...

Reply via email to