Mercurial > sdl-ios-xcode
log src/atomic/SDL_spinlock.c @ 5071:55ff76cdbbb8
age | author | description |
---|---|---|
Fri, 21 Jan 2011 21:45:55 -0800 | Sam Lantinga | HAVE_GCC_ATOMICS covers the test and set |
Fri, 21 Jan 2011 21:42:04 -0800 | Sam Lantinga | Separated out the minimum functionality that we need from gcc for our spinlock fallback. |
Tue, 18 Jan 2011 22:10:37 -0800 | Sam Lantinga | Whoops, good catch from Greg Jandl |
Mon, 17 Jan 2011 14:05:43 -0800 | Sam Lantinga | Use compiler intrinsics on Windows |
Sun, 16 Jan 2011 15:16:39 -0800 | Sam Lantinga | Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics. |
Sat, 15 Jan 2011 12:41:59 -0800 | Sam Lantinga | Updated the atomic API for better use cases |