home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / misc / posbb / doc / history.generic < prev    next >
Text File  |  1998-05-09  |  1KB  |  38 lines

  1. v 0->0.3        (beta)
  2. Semi-working versions,only for internal use.
  3.  
  4. v 0.5 (17.03.97) (beta)
  5. Complete porting of current Amiga version.
  6.  
  7. v 0.6 (22.1.98)  (beta)
  8. Added user options.
  9.  
  10. v 0.7 (31.1.98) (beta)
  11. Changed some minor stuff.
  12.  
  13. v 0.8 (1.2.98) (beta)
  14. Added "precision" option. Now the user can choose the precision (and so the total time taken)
  15. of the tests. Low precision is for slowest machines,highest for very fast ones.
  16.  
  17. v 0.8 (6.2.98) (beta)
  18. Added qsort test.
  19.  
  20. v 0.9 (8.2.98)  (beta)
  21. Changed the way it calculates time. Now it uses the C function clock() and is so more accurate.
  22.  
  23. v 0.10 (9.2.98) (beta)
  24. Added TMath (trigonometry) test. The GCC hasn't been able to optimize it neither with -O3 !
  25. Changed IMath and FPMath tests. Now they are less easy to optimize,but it is possible,yet.
  26. I'll try to fix this before a non-beta release.
  27.  
  28. v 0.11 (10.2.98) (beta)
  29. Changed some minor stuff.
  30.  
  31. v 0.12 (13.2.98) (beta)
  32. Now it has restarted using time() to get the time,because I had some problems with clock().
  33. It now give the time it would took if it run with precision set to 'highest'.
  34.  
  35. v 0.13 (07.05.98) (beta)
  36. Added Test_CopyMem_512kb and Test_CopyMem_1Mb,which respectively test the memory copying speed
  37. using chunks of 512k and 1 Mb instead of 1 kb as Test_CopyMem() do.
  38.