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 loongarch64 support. #120

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

Conversation

Dandan336
Copy link

@Dandan336 Dandan336 commented Jun 4, 2024

Based on the default bindgen version 0.53.1, can not work on loong64.
The loongarch64.rs is automatically generated by rust-bindgen 0.62.0.
Meanwhile, I need to install rustfmt.

Please review.

pub const LV2_WORKER__interface: &[u8; 42usize] = b"http://lv2plug.in/ns/ext/worker#interface\0";
pub const LV2_WORKER__schedule: &[u8; 41usize] = b"http://lv2plug.in/ns/ext/worker#schedule\0";
#[doc = " The header of an atom:Atom."]
#[repr(C)]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I have changed.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash these two commits. There is no need to have two commits.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

The loongarch64.rs is automatically generated by rust-bindgen 0.62.0.
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