]> git.sesse.net Git - x264/history - common/cpu.c
Update file headers throughout x264
[x264] / common / cpu.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-29 Gabriel Bouvignesome asm functions require aligned stack. disable these...
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-08 Loren Merrittenable ssse3 phadd satd on Penryn.
2008-04-27 Loren Merrittdrop support for pre-SSE3 assemblers
2008-04-27 Loren Merritts/x264_cpu_restore/x264_emms/
2008-04-21 Loren Merritt--asm to allow testing of different versions of asm...
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-01-14 Guillaume Poirieradd / fix support for FreeBSD, based on a patch by...
2008-01-03 Guillaume Poirieruse define _WIN32 instead of __WIN32__ or WIN32 defines.
2007-11-20 Loren Merrittadd cache info to cpu_detect. also print sse3.
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-06 Loren Merrittcosmetics
2007-06-05 Alex Izvorskiallow compiling without yasm/nasm on x86 and x86-64...
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2007-03-14 Sam Hocevar * common/cpu.c: runtime AltiVec autodetection on...
2006-12-16 Loren Merrittmore win32threads -> pthreads
2006-12-12 Sam Hocevar * Do not assume anything about sizeof(cpu_set_t).
2006-08-02 Eric PetitNicer OS X x264_cpu_num_processors (thanks David)
2006-08-01 Eric PetitSupport OS X and BeOS in x264_cpu_num_processors
2006-08-01 Loren Merritt--threads=auto to detect number of cpus
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-15 Eric Petit Re-enabled x86 optims on MacIntel, assume Nasm CVS...
2006-01-14 Eric Petit Quick compile fix for OS X / Intel
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-04-19 Loren Merrittamd64 asm patch, part2.
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...