[
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: | Xavier Leroy <Xavier.Leroy@i...> |
| Subject: | ocamlopt on Mac/Intel |
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 to David Powers for lending an account. Impatient users can obtain the sources using cvs -d ':pserver:anoncvs@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