Mercurial > sdl-ios-xcode
diff include/SDL_config.h.in @ 5004:0c72ae7b7cb2
Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
Changed the CAS return value to bool, so it's efficient with OSAtomicCompareAndSwap32Barrier()
Added an atomic test adapted from code by Michael Davidsaver
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 16 Jan 2011 15:16:39 -0800 |
parents | 67ad1c88dda0 |
children | 3ce345cc46f8 |
line wrap: on
line diff
--- a/include/SDL_config.h.in Sat Jan 15 12:41:59 2011 -0800 +++ b/include/SDL_config.h.in Sun Jan 16 15:16:39 2011 -0800 @@ -58,6 +58,7 @@ #undef SIZEOF_VOIDP #undef SDL_HAS_64BIT_TYPE +#undef HAVE_GCC_ATOMICS /* Comment this if you want to build without any C library requirements */ #undef HAVE_LIBC