Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CMake to detect the Apple M1 correctly
On Apple M1 machines, building failed to determine the system was an arm machine and therefore failed to build with the appropriate intrinsic header. Adding a check for `arm64` fixes the issue.
- Loading branch information