Skip to content

Make Allen compatible with Apple Silicon

Daniel Campora Perez requested to merge dcampora_apple_silicon into master

This MR makes Allen compatible with Apple Silicon. Few changes were needed to make it work:

  • It extends the TargetArch CPU detection system in Allen to also detect Apple silicon.
  • It removes two warnings found with clang 12.

Merge request reports