What is the status of the optimising compiler with respect to generating code for Apple Silicon (ARM64) machine?
Thanks!
What is the status of the optimising compiler with respect to generating code for Apple Silicon (ARM64) machine?
Thanks!
The 4.10.2 release was made in December to add support. See the announcement thread here. 4.12.0 and later should also include support out of the box.
See the “HOWTO” here: OCaml for ARM MacOS - #23 by xavierleroy
Thanks!! Appreciated!