Benjamin Drung <[email protected]> writes: > I found no atomic library that provides __sync_fetch_and_add_8. I > forwarded the bug to upstream. Any ideas how to make it build?
Oh, sorry, somebody will also need to port the code from the legacy __sync_* API to the current __atomic_* API from https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/_005f_005fatomic-Builtins.html#g_t_005f_005fatomic-Builtins (which is all that libatomic covers). Thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected]

