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

Test and fix 32 bit targets #756

Merged
merged 5 commits into from
May 7, 2020
Merged

Test and fix 32 bit targets #756

merged 5 commits into from
May 7, 2020

Conversation

dignifiedquire
Copy link
Member

@dignifiedquire dignifiedquire commented Apr 26, 2020

Based on #286

Closes #141,#664

@dignifiedquire
Copy link
Member Author

Due to the fact that Mutex::new is not a const function, the fallback failed for now. Switching to AtomicUsize. If someone has a better fix please PR it :) But this at least unblocks these systems for a while

@bltavares
Copy link

❤️ This changeset allowed me to compile async-std on MIPS (should close #664 also)

@dignifiedquire dignifiedquire force-pushed the fix-atomic-32 branch 2 times, most recently from dd0e8b8 to 713b540 Compare May 7, 2020 19:23
@dignifiedquire dignifiedquire changed the title [WIP] Test and fix 32 bit targets Test and fix 32 bit targets May 7, 2020
@dignifiedquire dignifiedquire merged commit e4c4c93 into master May 7, 2020
@dignifiedquire dignifiedquire deleted the fix-atomic-32 branch May 7, 2020 21:20
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