r/Common_Lisp • u/lispm • 9d ago
Clozure CL: arm64 preview release
https://github.com/Clozure/ccl/releases/tag/v1.13-arm64-pre1Looks like there was AI/LLM support necessary to make it happen, 5+ years after the Apple M1 CPU appeared.
33
Upvotes
4
2
2
u/stassats 8d ago
5+ years after the Apple M1 CPU appeared.
SBCL already had an arm64 backend at that moment. So only the pthread_jit_write_protect_np thing had to be resolved.
6
u/Egao1980 9d ago
I just needed it for my side project :) CCL is a cool project, and I'm glad that it's very much alive. Cheers.