vpx/vpx_util
Peter Boström 6822fb2f09 Remove support for stdatomic.h.
This header doesn't build on g++ v6 as it's a C and not C++ header
(_Atomic is not a keyword in C++11). Since the C and C++ invocations
cannot be guaranteed to point to the same underlying atomic_int
implementation, remove support for them and use compiler intrinsics
instead.

BUG=webm:1461

Change-Id: Ie1cd6759c258042efc87f51f036b9aa53e4ea9d5
2017-09-06 11:59:50 -04:00
..
endian_inl.h vpx_util: apply clang-format 2016-07-25 22:33:21 -07:00
vpx_atomics.h Remove support for stdatomic.h. 2017-09-06 11:59:50 -04:00
vpx_thread.c vpx_util: apply clang-format 2016-07-25 22:33:21 -07:00
vpx_thread.h Align thread entry point stack 2016-08-10 11:57:34 -07:00
vpx_util.mk Add atomics to vp8 synchronization primitives. 2017-08-31 17:55:57 -07:00
vpx_write_yuv_frame.c Remove duplication on vp8/9_write_yuv_frame. 2017-06-09 17:08:26 -07:00
vpx_write_yuv_frame.h Remove duplication on vp8/9_write_yuv_frame. 2017-06-09 17:08:26 -07:00