v 0->0.3 (beta) Semi-working versions,only for internal use. v 0.5 (17.03.97) (beta) Complete porting of current Amiga version. v 0.6 (22.1.98) (beta) Added user options. v 0.7 (31.1.98) (beta) Changed some minor stuff. v 0.8 (1.2.98) (beta) Added "precision" option. Now the user can choose the precision (and so the total time taken) of the tests. Low precision is for slowest machines,highest for very fast ones. v 0.8 (6.2.98) (beta) Added qsort test. v 0.9 (8.2.98) (beta) Changed the way it calculates time. Now it uses the C function clock() and is so more accurate. v 0.10 (9.2.98) (beta) Added TMath (trigonometry) test. The GCC hasn't been able to optimize it neither with -O3 ! Changed IMath and FPMath tests. Now they are less easy to optimize,but it is possible,yet. I'll try to fix this before a non-beta release. v 0.11 (10.2.98) Changed some minor stuff. v 0.12 (13.2.98) Now it has restarted using time() to get the time,because I had some problems with clock(). It now give the time it would took if it run with precision set to 'highest'.