log TOOLS/fastmemcpybench.c @ 35809:98b531e7c38e

age author description
2010-01-30 diego Add standard license header to C tools missing them.
2009-03-12 diego Replace duplicated code by a macro.
2009-03-10 diego Fix and restructure fastmemcpybench. It is now one binary that runs all
2009-03-09 reimar Make fastmemcpybench almost working - only thing missing is a way to
2009-03-09 diego comment/output cosmetics
2009-03-09 diego whitespace cosmetics:
2009-03-08 michael Revert
2009-01-05 diego Add missing 'void' keyword to parameterless function declarations.
2008-10-16 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
2008-10-16 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
2008-08-02 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
2008-05-16 diego cosmetics: Remove useless parentheses from return statements.
2008-04-30 diego Mark all functions that are only used within the file as static.
2007-08-27 diego Remove unused #include.
2007-08-27 diego warning fix:
2007-08-27 diego warning fix:
2005-11-18 diego Unify include path handling by using -I.
2004-11-01 rathann small compilation fix
2001-11-23 michael bugfix
2001-11-23 michael missaligned arrays, as nick requested
2001-11-22 michael newly allocated memory seems to point to only 1 zero filled 4k page or something so there is a near 100% cache hit rate ... not very realistic, writeing something in the source array fixes that so the benchmark scores are meaningfull now
2001-05-02 nickols_k slight proofreading
2001-04-22 arpi_esp added mga_vid support (systemram->videoram tests)
2001-04-21 atmosfear Initial release, used to benchmark fastmemcpy.h code from libvo.