This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
c8eaee35ccadcbdf511607b8f9e168eb7d06aa2a
0ad
/
source
/
lib
/
sysdep
/
arch
T
History
janwas
f5f65c23c0
OSX compat: remove cpu_CAS64 wrapper, since intptr_t and i64 apparently aren't compatible types. IA-32 code should call ia32_asm_CAS64 if it wants to CAS 64-bit values.
...
This was SVN commit r8080.
2010-09-05 15:38:34 +00:00
..
amd64
from work: cpu_AtomicAdd - return previous value (required for atomic test&set)
2010-07-14 08:52:20 +00:00
ia32
OSX compat: remove cpu_CAS64 wrapper, since intptr_t and i64 apparently aren't compatible types. IA-32 code should call ia32_asm_CAS64 if it wants to CAS 64-bit values.
2010-09-05 15:38:34 +00:00
x86_x64
fixes+improvements from work:
2010-08-10 17:03:17 +00:00