Can this please be converted to use portable-atomic?
Opened this issue · 5 comments
he32 commented
Ref. https://github.com/taiki-e/portable-atomic
This for the benefit of those architectures which do not have native 64-bit atomics.
rhysd commented
What architecture do you have a trouble on this?
he32 commented
What architecture do you have a trouble on this?
That would be 32-bit powerpc.
rhysd commented
Do you use this crate on ppc 32bit? I don't think it is popular enough to support by adding new external dependency.
he32 commented
Do you use this crate on ppc 32bit? I don't think it is popular
enough to support by adding new external dependency.
Well, this is chasing build problems from a pkgsrc bulk build,
and this one has a known portability fix.
he32 commented
Here's how another repository handled a similar request: