On Thu, Dec 8, 2016 at 2:37 PM, Rémi Denis-Courmont <[email protected]> wrote: > > Sure but I still don´t see the point. If the C compiler provides built-ins for > C11 atomics, then you are much better off compiling in C11 mode and using > <stdatomic.h> directly - than reinventing the later.
I was using clang 3.4, which supports the GCC __atomic built-ins but not C11 atomics. In any case, I've upgraded to clang 3.8 and abandoned this patch. Wan-Teh Chang _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
