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

fixed clang --asm-operand-widths warnings for aarch #1031

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

troy4eg
Copy link
Contributor

@troy4eg troy4eg commented Jun 28, 2024

No description provided.

@troy4eg troy4eg self-assigned this Jun 28, 2024
@troy4eg troy4eg added the bug Something isn't working label Jun 28, 2024
@mkornaukhov03
Copy link
Contributor

Are there any sources to read about problem?

@troy4eg
Copy link
Contributor Author

troy4eg commented Jul 10, 2024

Are there any sources to read about problem?

I didn't quite understand the question, but

clang docs warning: value size does not match register size specified by the constraint and modifier

arm instruction set reference guide, paragraph 3.5, page 76. W is for 32-bit, X is for 64-bit.

@troy4eg troy4eg merged commit 576ecc1 into master Jul 16, 2024
@troy4eg troy4eg deleted the troy4eg/fixed_clang_aarch_asm_operand_width branch July 16, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants