oxen-io / oxen-mq

Communications layer used for both the Oxen storage server and oxend
https://oxen.io
BSD 3-Clause "New" or "Revised" License
19 stars 35 forks source link

32-bit archs where 8-byte atomics is not hardware-supported (ppc, mips) should be linked to libatomic #86

Open barracuda156 opened 1 year ago

barracuda156 commented 1 year ago

Otherwise build fails with undefined ___atomic_fetch_add_8.

jagerman commented 1 year ago

This has been on my backlist for a while (partially started in #84)