mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 10:14:57 -05:00
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
This commit is contained in:
@@ -3985,7 +3985,14 @@
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 001B5A0C08BDB826006539E9 /* Build configuration list for PBXProject "SDLTest" */;
|
||||
compatibilityVersion = "Xcode 3.0";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
);
|
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* SDLTest */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
|
||||
Reference in New Issue
Block a user