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

feature: Add fallback x86_64h-apple-darwin and fallback for it #1228

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

NobodyXu
Copy link
Member

Now detect_targets would fallback to x86_64h-apple-darwin on aarch64-apple-darwin.

It also provides fallback to x86_64h-apple-darwin to x86_64-apple-darwin and universal targets.

Now `detect_targets` would fallback to `x86_64h-apple-darwin` on
`aarch64-apple-darwin`.

It also provides fallback to `x86_64h-apple-darwin` to
`x86_64-apple-darwin` and universal targets.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@NobodyXu NobodyXu requested a review from passcod July 22, 2023 06:19
@NobodyXu NobodyXu enabled auto-merge July 22, 2023 06:19
@passcod
Copy link
Member

passcod commented Jul 23, 2023

What the heck is x86_64h

@NobodyXu NobodyXu added this pull request to the merge queue Jul 23, 2023
Merged via the queue into main with commit 1293314 Jul 23, 2023
25 checks passed
@NobodyXu NobodyXu deleted the feat/detect-targets-more-target branch July 23, 2023 04:49
@NobodyXu
Copy link
Member Author

What the heck is x86_64h

You can check the official doc:

https://doc.rust-lang.org/nightly/rustc/platform-support/x86_64h-apple-darwin.html

@NobodyXu
Copy link
Member Author

Huh, okay https://stackoverflow.com/questions/45917280/what-is-the-minimum-supported-sse-flag-that-can-be-enabled-on-macos

I also wonder if we should switch to building x86_64h-apple-darwin in CI, also that will require nightly since there's no pre-built stdlib.

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.

None yet

2 participants