atomics.nim: minor improvements

This commit is contained in:
Araq
2019-07-12 16:07:32 +02:00
parent f45a1b927a
commit bb5ca0772e

View File

@@ -8,7 +8,7 @@
#
# Atomic operations for Nim.
{.push stackTrace:off.}
{.push stackTrace:off, profiler:off.}
const someGcc = defined(gcc) or defined(llvm_gcc) or defined(clang)