Skip to content

Update CMake to build with intrinsics on Apple M1#597

Merged
kimlaine merged 1 commit into
microsoft:mainfrom
s0l0ist:patch-1
Jan 8, 2023
Merged

Update CMake to build with intrinsics on Apple M1#597
kimlaine merged 1 commit into
microsoft:mainfrom
s0l0ist:patch-1

Conversation

@s0l0ist

@s0l0ist s0l0ist commented Jan 6, 2023

Copy link
Copy Markdown
Contributor

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

kimlaine commented Jan 8, 2023

Copy link
Copy Markdown
Contributor

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