[vlc-devel] [vlc-commits] include: remove atomic legacy wrappers
Steve Lhomme
robux4 at gmail.com
Wed Dec 20 09:14:50 CET 2017
On Wed, Dec 20, 2017 at 9:12 AM, RĂ©mi Denis-Courmont <remi at remlab.net> wrote:
> Compilers w/o atomics were never supported by this header. And we already require C(++)11, so the fallback to Intel atomics is useless now.
It's perfectly valid for a C(++)11 compiler not to provide atomics. So
we should at least detect it if we have no way to provide a fallback.
http://en.cppreference.com/w/c/atomic
> --
> Remi Denis-Courmont
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list