blender/intern/atomic
Benoit Bolsee fa9bb2ffe9 Atomic ops: Fix atomic_add_uint32 and atomic_sub_uint32 in Windows
The assembler version in Windows used to return the previous value
    of the variable while all the other versions return the new value.
    This is now fixed for consistency.
    Note: this bug had no effect on blender because no part of the code
    use the return value of these functions, but the future BGE DeckLink
    module makes use of it to implement reference counter.
2016-06-11 22:15:25 +02:00
..
intern Atomic ops: Fix atomic_add_uint32 and atomic_sub_uint32 in Windows 2016-06-11 22:15:25 +02:00
atomic_ops.h Atomic ops: add 'fetch_and_add_uint32' op. 2016-05-16 15:56:39 +02:00