Open he32 opened 6 months ago
What architecture do you have a trouble on this?
What architecture do you have a trouble on this?
That would be 32-bit powerpc.
Do you use this crate on ppc 32bit? I don't think it is popular enough to support by adding new external dependency.
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.
Here's how another repository handled a similar request:
https://github.com/PyO3/pyo3/commit/9d1b11f70459367593e4cb92919f5f98c156dda9
Ref. https://github.com/taiki-e/portable-atomic This for the benefit of those architectures which do not have native 64-bit atomics.