ports/devel/linux-rl9-libatomic/pkg-descr
Nicola Vitale 7abf90ea60
devel/linux-rl9-libatomic: Add new port
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/
2024-08-26 16:06:34 +02:00

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.