Browse thread
OCaml float size
- Christophe Raffalli
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-03 (09:20) |
From: | Christophe Raffalli <Christophe.Raffalli@u...> |
Subject: | OCaml float size |
Hello, Does anyone knows of an architecture where OCaml floats have more than 64 bits ? I have just one computation to run that requires more than 64 bits ... So getting a hand on such an architecture would be simpler that writing a library to access the Intel extended precision ... Moreover, I would have to always box the extended with a big speed penalty ... and my computation is long (count in month !) Thanks for any hint, Christophe Raffalli