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

[BACKEND][CPU] Specify CPU target to native for GNU/Linux Arm #34

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

Kuigesi
Copy link
Collaborator

@Kuigesi Kuigesi commented Jun 25, 2024

No description provided.

@Kuigesi Kuigesi requested a review from ptillet as a code owner June 25, 2024 20:24
@Kuigesi
Copy link
Collaborator Author

Kuigesi commented Jun 25, 2024

The assembly (kernel.s) is compiled for specific CPU by LLVM, so we also need to specify the CPU target to native in GCC when compiling the assembly file.
With this change, the static compilation can work on my Arm server (neoverse-v2).

@Kuigesi
Copy link
Collaborator Author

Kuigesi commented Jun 25, 2024

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