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

Update softmixer.rs to use AtomicU64 from atomic_shim, so that librespot works with MIPS and MIPSEL #1461

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

humaita-github
Copy link

MIPS and MIPSEL [and PowerPC (?)] don't support AtomicU64, since they are 32 bit. However, there is a crate that provides shims for these platforms. When it detects it is running on unsupported platforms, it fallbacks to the shim implementation, using crossbeam Mutex. For supported platforms, there should be no change.

See initial discussion in #1460

Use AtomicU64 from atomic_shim, so that librespot works with MIPS and MIPSEL
@photovoltex
Copy link
Member

Would you be so kind to fix the compilation issues?

@humaita-github
Copy link
Author

Hi, sorry for the back and forth -- I am new to rust. All should be fixed now.

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