diff options
author | wm4 <wm4@nowhere> | 2017-01-27 09:15:32 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-01-27 09:15:32 +0100 |
commit | c3205d294e519f994829d9355eb133670729aab4 (patch) | |
tree | 4d45fd4707338c836e9c6c74768e1b8e0234d562 /test/gl_video.c | |
parent | 70411f2709ed792df2fc66cd428e8253abfdc390 (diff) | |
download | mpv-c3205d294e519f994829d9355eb133670729aab4.tar.bz2 mpv-c3205d294e519f994829d9355eb133670729aab4.tar.xz |
atomic: drop __sync builtins
The correctness of the stdatomic.h emulation via the __sync builtins is
questionable, and we've been relying on exact stdatomic semantics for a
while, so just get rid of it. Compilers which support __sync but not
stdatomic.h will use to the slow mutex fallback.
Not sure about the __atomic builtins. It doesn't seem to harm either, so
leave it for now.
Diffstat (limited to 'test/gl_video.c')
0 files changed, 0 insertions, 0 deletions