Browse thread
[Caml-list] 32 bit floats, SSE instructions
[
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: | 2004-06-10 (16:47) |
From: | skaller <skaller@u...> |
Subject: | Re: [Caml-list] 32 bit floats, SSE instructions |
On Fri, 2004-06-11 at 02:23, Keith Wansbrough wrote: > No, but you can tell it to specialise a function to a particular type > (or any finite number of types), and it will automatically use the > specialised one if available. > > (You can't automatically specialise in general if you're doing > separate compilation - well, you could, but it wouldn't really be > separate compilation, it would be more like using the function as a > macro). Ah .. i seem to recall a discussion on this on comp.lang.functional now? Regarding partial specialisation where some type vars are specialised and some not? BTW: the notion of 'separate compilation' is pretty fuzzy these days I think. For example one could argue that it means 'avoiding recompilation of common parts of multiple programs' and in this sense C and C++ don't have separate compilation :) -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners