Closed stuarthayhurst closed 4 months ago
Investigate linking against libatomic. It's working for now since all the atomics can be inlined, but the project should probably use -latomic in case this changes, or other compilers can't manage that.
-latomic
Investigate linking against libatomic. It's working for now since all the atomics can be inlined, but the project should probably use
-latomic
in case this changes, or other compilers can't manage that.