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

Add darwin_x86_64 CPU handling #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keith
Copy link

@keith keith commented May 4, 2023

Currently bazel supports darwin and darwin_x86_64 as meaning the same thing. The fully qualified version is normally used if you're cross compiling from M1 machines to intel machines. In bazel 7.x+ the unqualified version has been removed to reduce confusion. This change makes ruy compatible with both for now.

Currently bazel supports `darwin` and `darwin_x86_64` as meaning the
same thing. The fully qualified version is normally used if you're cross
compiling from M1 machines to intel machines. In bazel 7.x+ the
unqualified version has been removed to reduce confusion. This change
makes ruy compatible with both for now.
@keith
Copy link
Author

keith commented Feb 20, 2024

@talumbau could you review?

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.

1 participant