Skip to content

Fix building on AVR #632

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

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Fix building on AVR #632

merged 1 commit into from
Jun 25, 2024

Conversation

beetrees
Copy link
Contributor

As __adddf3 and __addsf3 are marked with #[avr_skip] they don't exist on AVR. This PR ensures any usage of them is within #[avr_skip] intrinsics.

@tgross35
Copy link
Contributor

tgross35 commented Jun 24, 2024

Could we maybe add a CI check for AVR since it has so much special handling? (not a blocker for this PR of course)

@Amanieu Amanieu merged commit 5ba1c48 into rust-lang:master Jun 25, 2024
24 checks passed
@beetrees beetrees deleted the fix-avr branch June 27, 2024 00:30
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.

3 participants