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

Fix MacOS compile #724

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Fix MacOS compile #724

merged 1 commit into from
Dec 26, 2024

Conversation

cxzl25
Copy link
Contributor

@cxzl25 cxzl25 commented Dec 26, 2024

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

CpuId is a specific x86 library, compilation will fail on Mac.

[ERROR] [main] error[E0599]: no function or associated item named `new` found for struct `CpuId` in the current scope
[ERROR] [main]    --> native-engine/blaze/src/rt.rs:106:20
[ERROR] [main]     |
[ERROR] [main] 106 |             CpuId::new()
[ERROR] [main]     |                    ^^^ function or associated item not found in `CpuId<_>`
[ERROR] [main]     |
[ERROR] [main] note: if you're trying to build a new `CpuId<_>` consider using one of the following associated functions:

Are there any user-facing changes?

No

@richox richox merged commit 3ad1e9f into kwai:master Dec 26, 2024
624 checks passed
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