cvs -d ':pserver:ano...@camlcvs.inria.fr:/caml' co -r release309 ocaml
Technically, this should not go into the bug fix branch, but Mac fans
will never wait until 3.10 is out...
The port required undoing a dubious change in ocamlopt (all platforms)
that I did 3 years ago to support the -ffast-math option. The change
and its reversal affect the compilation of trigonometric and
exponential functions, and are so minor that the reversal should not
break anything, but one never knows. If you're tracking the 3.09
bugfix branch and observe weird behaviours in numerical applications,
please file a bug report asap.
Enjoy,
- Xavier Leroy
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
> A first port of OCaml to the new Intel Macs, including the native-code
> compiler, is now available in the 3.09 bugfix branch of the CVS
> repository.
Thanks very much for this! I'm getting a MacBook Pro in the next few
weeks, and I would have been quite lost without an OCaml compiler.
(I also write OCaml code at work, where we will be grateful for the new
Mac support.)
Regards,
Jeff Scofield