1
0
forked from 0ad/0ad
Carl's fork of 0ad.
Go to file
janwas 7a5655edde # major refactoring of system-dependent code (simplifies build system)
cpu.cpp: avoided the need for wrapper functions by calling the
OS-specific function directly (declared in central header, implemented
in the platform's cpp file)

avoid the need for init in cpu and ia32 via if(!init) Init() pattern.

optimized memcpy now requires SSE support

remove error-prone CAS macro; replace with cpu_CAS
config: no longer require inline asm for float->int conversions
lib_error: remove special-case in CHECK_ERR for windows (no longer
needed)

This was SVN commit r5365.
2007-09-23 15:36:29 +00:00
binaries This was SVN commit r5362. 2007-09-23 04:13:24 +00:00
build Moved X11 stuff out of unix/ folder, added osx/ sysdep folder, corresponding premake.lua changes, and a few misc other Mac OS X-related changes 2007-09-03 12:56:45 +00:00
docs updated version with fixed bibliography 2007-09-08 16:05:52 +00:00
source # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00