0ad/source/lib/sysdep
janwas eee7fca2d3 move atomic_add and CAS_ into pure asm.
this is good in general (less dependence on compiler) and is intended to
work around a bug andrew has been seeing. apparently VC generates
invalid code for the parameters + ASSERT, which causes infinite
recursion on the <location> validation.

This was SVN commit r3142.
2005-11-18 05:16:43 +00:00
..
unix Fix various warnings (both implicit conversions and real bugs). 2005-11-06 17:58:47 +00:00
win remove /QIfist setting from premake (see previous commits). 2005-11-09 01:20:33 +00:00
cpu.h Stab at fixing the VertexArray compile error on VC++. 2005-10-03 03:41:42 +00:00
dir_watch.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
gfx.h sysdep: add restrict keyword (placebo if not supported) 2005-10-12 04:22:44 +00:00
ia32.asm move atomic_add and CAS_ into pure asm. 2005-11-18 05:16:43 +00:00
ia32.cpp move atomic_add and CAS_ into pure asm. 2005-11-18 05:16:43 +00:00
ia32.h ia32: remove _ceil, mark functions as being sysdep implementations; prefix fpucw constants with IA32 to avoid conflicts 2005-11-07 02:45:25 +00:00
os.h stomped various lint warnings: 2005-01-23 17:45:25 +00:00
snd.h add include guards; reflect lockfree.h rename 2005-04-27 16:16:52 +00:00
sysdep.cpp ia32: remove _ceil, mark functions as being sysdep implementations; prefix fpucw constants with IA32 to avoid conflicts 2005-11-07 02:45:25 +00:00
sysdep.h ia32: remove _ceil, mark functions as being sysdep implementations; prefix fpucw constants with IA32 to avoid conflicts 2005-11-07 02:45:25 +00:00