blender/intern/atomic
Sergey Sharybin c1ca667d4a Fix compilation error on Armel architecture
__GCC_HAVE_SYNC_COMPARE_AND_SWAP_n are not defined on this architecture
for some reason, however those functions are available.

Adding a workaround for newly used __sync_fetch_and_and() function.
2016-05-02 09:55:08 +02:00
..
atomic_ops.h Fix compilation error on Armel architecture 2016-05-02 09:55:08 +02:00