[Caml-list] Ocamlopt x86-32 and SSE2

2009-05-09 Thread CUOQ Pascal
Xavier Leroy xavier.le...@inria.fr wrote: 2- Declare pre-SSE2 processors obsolete and convert the current i386 port to always use SSE2 float arithmetic. 3- Support both x87 and SSE2 float arithmetic within the same i386 port, with a command-line option to activate SSE2, like gcc does. As

Re: [Caml-list] ocamlbuild plugin linking phase

2009-05-09 Thread Nicolas Pouillard
Excerpts from Daniel Bünzli's message of Fri May 08 15:27:40 +0200 2009: Is there a way to add options to the plugin linking phase (I'd like to link my plugin with Str) ? There is no support for this in ocamlbuild. However, I think you can workaround this issue by providing -ocamlc 'ocamlc

Re: [Caml-list] Ocamlopt x86-32 and SSE2

2009-05-09 Thread Jon Harrop
On Sunday 10 May 2009 03:16:49 Seo Sanghyeon wrote: 2009/5/10 Goswin von Brederlow goswin-...@web.de: Having ocaml require SSE2 is quite unacceptable for someone with a Via C7 cpu (they don't have SSE2, right?) Is it really that much work for ocaml to use option 3? Maybe not, but don't