Closed s0l0ist closed 1 year ago
On Apple M1 machines, building failed to determine the system was an arm machine and therefore silently failed to build with the appropriate intrinsic header. Adding a check for arm64 fixes the issue.
arm64
Excellent. Thank you again. :)
On Apple M1 machines, building failed to determine the system was an arm machine and therefore silently failed to build with the appropriate intrinsic header. Adding a check for
arm64
fixes the issue.