This website requires JavaScript.
Explore
Help
Sign in
dallasgroot
/
0ad
Watch
1
Star
0
Fork
You've already forked 0ad
0
mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced
2026-06-17 13:53:57 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
c8eaee35cc
0ad
/
source
/
lib
/
sysdep
/
arch
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