1
0
forked from 0ad/0ad
0ad/source/lib/tests
janwas ffdff6888d add NUMA and shared-L2-cache detect code (required at work)
enable most of IA-32 specific code to be used in amd64 (resides in
directory lib/sysdep/x86_x64)

bits: add IsBitSet
remove mem_PageSize (use os_cpu_PageSize instead)
cpuid: change interface to allow gracefully supporting later
subfunctions that require input parameters
amd64_asm.asm: add amd64 implementation of cpuid
cpu: move functions provided by OS to sysdep/os_cpu.cpp
cpu topology: avoid trouble when process affinity is set by remapping
processor numbers to 0..PopulationCount(processAffinity)
topology.cpp: move ex-ia32 topology code here.

This was SVN commit r5945.
2008-05-12 18:15:08 +00:00
..
test_adts.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
test_base32.h fix self-tests. 2007-05-10 21:33:56 +00:00
test_bits.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
test_byte_order.h . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
test_cache_adt.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
test_fnv_hash.h fix self-tests. 2007-05-10 21:33:56 +00:00
test_lib.h # SwEng/cleanup 2007-05-18 00:14:26 +00:00
test_lockfree.h add NUMA and shared-L2-cache detect code (required at work) 2008-05-12 18:15:08 +00:00
test_path_util.h improvements and fixes: 2008-01-07 20:03:19 +00:00
test_rand.h add NUMA and shared-L2-cache detect code (required at work) 2008-05-12 18:15:08 +00:00
test_regex.h fix self-tests. 2007-05-10 21:33:56 +00:00
test_secure_crt.h improvements and fixes: 2008-01-07 20:03:19 +00:00