44dd124019
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.
4 lines
212 B
Text
4 lines
212 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.
|