mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Libatomic is a GCC-specific fallback implementation for atomics to allow architectures that don't always provide a full set of atomics to runtime-detect the existence of them, or fall back to the use of mutexes. This is the Linux version. https://gcc.gnu.org/
4 lines
239 B
Text
4 lines
239 B
Text
Libatomic is a GCC-specific fallback implementation for atomics to
|
|
allow architectures that don't always provide a full set of atomics
|
|
to runtime-detect the existence of them, or fall back to the use of
|
|
mutexes. This is the Linux version.
|