Closed basilaiman closed 4 days ago
This PR adds support for ARM architecture on MacOS. The code is tested on:
I added the following changes:
clang-format
clang-format.py
fixes #75
ARM Support
This PR adds support for ARM architecture on MacOS. The code is tested on:
I added the following changes:
clang-format
executable for ARM architectureclang-format.py
to detect the system architecture (ARM or Intel) and select the correct executable.fixes #75