OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / nbench / Changes
1 This is about BYTE's beta version of the native-algorithm benchmark
2
3 December 16, 1996:
4
5 The source for DOS is obtainable at http://www.byte.com/bmark/bmark.htm
6 Linux adaptation written by Uwe F. Mayer <mayer@tux.org>
7
8 February 7, 1997:
9
10 added -DSOLARIS flag to support solaris
11
12 November 11, 1997:
13
14 added index split suggested by Andrew D. Balsa
15 re-baselined to a Linux machine
16 added checking of CPU-type at run-time (cpuinfo.c)
17 increased maximal number of loops in some tests
18 removed -DSOLARIS flag, works now automatically (this also removed the
19   compiler warnings about redefined types and leads to a 20% faster
20   code for "Bitfield" if compiled with -funroll-loops!)
21
22 November 13-19, 1997:
23
24 changed debugging information
25 changed random number generator to be always 32 bits even on 64 bit OSs
26 added data resets to Bitfield and Huffman
27 created this Changes file
28 added debug code for Bitfield
29
30 December 6, 1997:
31
32 got rid of cpuinfo.c
33 added a RESULTS file
34
35 December 7, 1997:
36
37 fixed the statistical analysis used to compute the confidence coefficient
38 fixed a bug in the DEBUG routine of "Assignment"
39
40 December 11, 1997
41 added some entries to RESULTS
42