diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-11 21:33:56 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-11 21:33:56 +0000 |
commit | 9e43555ab77b3a486948f2de4a878cc0d6d0c275 (patch) | |
tree | 7f26da5b2ec2e24d96fecad730c8beaa4b89febc /Changes | |
parent | 91b4edf69e5adf9c40edcaff38b880218b7b0d9d (diff) |
Remove useless files
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@2 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Changes b/Changes deleted file mode 100644 index 111d8bd..0000000 --- a/Changes +++ /dev/null @@ -1,42 +0,0 @@ -This is about BYTE's beta version of the native-algorithm benchmark - -December 16, 1996: - -The source for DOS is obtainable at http://www.byte.com/bmark/bmark.htm -Linux adaptation written by Uwe F. Mayer <mayer@tux.org> - -February 7, 1997: - -added -DSOLARIS flag to support solaris - -November 11, 1997: - -added index split suggested by Andrew D. Balsa -re-baselined to a Linux machine -added checking of CPU-type at run-time (cpuinfo.c) -increased maximal number of loops in some tests -removed -DSOLARIS flag, works now automatically (this also removed the - compiler warnings about redefined types and leads to a 20% faster - code for "Bitfield" if compiled with -funroll-loops!) - -November 13-19, 1997: - -changed debugging information -changed random number generator to be always 32 bits even on 64 bit OSs -added data resets to Bitfield and Huffman -created this Changes file -added debug code for Bitfield - -December 6, 1997: - -got rid of cpuinfo.c -added a RESULTS file - -December 7, 1997: - -fixed the statistical analysis used to compute the confidence coefficient -fixed a bug in the DEBUG routine of "Assignment" - -December 11, 1997 -added some entries to RESULTS - |