Browse thread
float precision on AMD64
[
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: | -- (:) |
| From: | Ville-Pertti Keinonen <will@e...> |
| Subject: | Re: [Caml-list] float precision on AMD64 |
sejourne_kevin wrote: > So is it possible to have a module of unboxed float with lesser > precision? just like integer. Integers aren't boxed but they are tagged. For floating point, I suspect that any reasonably fast way of handling a tag bit would interfere with rounding.