Re: Apple M1 JIT support preview?
Lukas Larsson <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAP3zBqM2bFyfONgbu+Mgc1Rndt0XRWiCW3dEPbPJpLEoceaszg@mail.gmail.com> |
Hello, On Mon, Nov 22, 2021 at 7:11 PM James Hague <[email protected]> wrote: > Last I heard, JIT support for Apple's M1 (ARM) was scheduled for OTP 25. > Is that available as a preview via the right configuration options? > It is available on the master branch on github. You should be able to install it using kerl like this: kerl build git https://github.com/erlang/otp master OTP-25-master kerl install OTP-25-master /path/where/you/want/erlang/installed Lukas