On 01/06/17 19:18, NightStrike wrote: > Is there a way to guarantee not calling the library for all of the > __atomic* builtins with only passing an -march=X that supports the > instructions? I switched everything once already from __sync to > __atomic; I'd hate to switch back. I use "native" for my archs, it's incredibly convenient and I actually don't know what I'd do without it.