Fails to build on arm
Open
- Dominant language
- Rust
- Stars
- 580
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
As mentioned in the docs for `std::sync::atomic`, AtomicI64 isn't portable because not all systems have 64-bit atomics. At least 32-bit ARM, PowerPC, and MIPS do not, and I'd like to both use Flurry and support those architectures (my supported architectures are those of Debian where Rust is available).
Is it possible that the AtomicI64 could be an AtomicIsize here to better accommodate 32-bit platforms?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.