Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CMake to build with intrinsics on Apple M1 #597

Merged
merged 1 commit into from
Jan 8, 2023
Merged

Update CMake to build with intrinsics on Apple M1 #597

merged 1 commit into from
Jan 8, 2023

Conversation

s0l0ist
Copy link
Contributor

@s0l0ist s0l0ist commented Jan 6, 2023

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.

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.
@kimlaine
Copy link
Contributor

kimlaine commented Jan 8, 2023

Excellent. Thank you again. :)

@kimlaine kimlaine merged commit 8b78973 into microsoft:main Jan 8, 2023
@s0l0ist s0l0ist deleted the patch-1 branch January 9, 2023 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants