home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6442 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.5 KB

  1. Path: lou.teclink.net!usenet
  2. From: rad@teclink.net (rad)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Processors
  5. Date: 28 Mar 1996 04:40:48 GMT
  6. Organization: TECLink Internet Services: info@TECLink.Net
  7. Message-ID: <3191.6660T1353T1798@teclink.net>
  8. References: <4ios8j$gtb@brachio.zrz.TU-Berlin.DE>
  9. NNTP-Posting-Host: tc1_25.teclink.net
  10. X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. On 20-Mar-96 12:04:35, Philipp Boerker <rawneiha@lyra.zrz.TU-Berlin.DE> wrote:
  13. X-SystemInfo: Teclink.net: comp.sys.amiga.programmer
  14. X-Message-No: 533 (database)
  15. From: Philipp Boerker <rawneiha@lyra.zrz.TU-Berlin.DE>
  16. Subject: Re: Processors
  17. Date: Wed, 20 Mar 96 12:04:00
  18. Message-ID: <4ios8j$gtb@brachio.zrz.TU-Berlin.DE>
  19. Path:
  20. lou.teclink.net!uunet!in2.uu.net!news.mathworks.com!zombie.ncsc.mil!nntp.coast
  21. .net!fu-berlin.de!zrz.TU-Berlin.DE!lyra.zrz.TU-Berlin.DE!rawneiha
  22. Newsgroups: comp.sys.amiga.programmer
  23. Organization: Technical University Berlin, Germany
  24. References: <1880.6651T550T1538@darwin.topend.com.au>
  25. <4ikc9l$t08@nadine.teleport.com> <1424.6652T807T2165@darwin.topend.com.au>
  26. NNTP-Posting-Host: lyra.zrz.tu-berlin.de
  27.  
  28. envision@darwin.topend.com.au (travis) writes:
  29. X-SystemInfo: Teclink.net: comp.sys.amiga.programmer
  30. X-Message-No: 533 (database)
  31. From: Philipp Boerker <rawneiha@lyra.zrz.TU-Berlin.DE>
  32. Subject: Re: Processors
  33. Date: Wed, 20 Mar 96 12:04:00
  34. Message-ID: <4ios8j$gtb@brachio.zrz.TU-Berlin.DE>
  35. Path:
  36. lou.teclink.net!uunet!in2.uu.net!news.mathworks.com!zombie.ncsc.mil!nntp.coast
  37. .net!fu-berlin.de!zrz.TU-Berlin.DE!lyra.zrz.TU-Berlin.DE!rawneiha
  38.  
  39. >envision@darwin.topend.com.au (travis) writes:
  40. >
  41. >>Here are the very sad results using the same scene,antialiasing etc.
  42. >>   DX2/66 8Mb RAM , cheap video accel etc.................28 mins 1 sec.
  43. >>My A4000/040/40Mhz 28Mb on Warp 4Mb on mboard all 60nS....52 mins 1 sec.
  44. >>
  45. >>That's a very big difference considering the DX2/66's clock speed is
  46. >>considerably slower than the Warp Engine.  ie 66Mhz compared to 80 Mhz.
  47.  
  48. No, the integer unit on the 68040 is based on the BCLK (40Mhz) only the FPU
  49. uses the higher clock (80Mhz).  Further most graphics calculations are done
  50. in integer instructions so you're barely if at all using any of the faster FPU
  51. instructions.
  52.  
  53. Another major factor you seemed to have failed to consider is that graphics
  54. rendering is very memory intensive.  Having a Level-2 cache as most 486's do
  55. would be a large advantage you won't have with your Warp Engine.  (Having
  56. twice the memory on the DX2 may also be helping bias the results.)  Another
  57. question you haven't addressed:  Are you using the same revision software
  58. (and quality) on both systems?
  59.  
  60. >>You must remember that Motorola considers the processor speed to be the bus
  61. >>speed.  The 040 actually runs at twice the bus speed.
  62. >
  63. >The i486 DX2/66 has a bus clock of 33 MHz (that's where the "DX2" comes
  64. >from!), the usually non-L2-cached 040 has a bus of about 16 MHz (60 ns RAM
  65. >assumed). Compare apples to apples!
  66.  
  67. You're misleading people here.  The effective bus speed and the bus clock are
  68. not the same thing.  What I think you're trying to say is that a 486DX/66 with
  69. level-2 cache has a much faster effective bus speed because of the level two
  70. cache.
  71.  
  72. ---------------------------------------------------------------------------
  73. - Richard Deken                         EMail: (personal) rad@teclink.net -
  74. - VLSI Design Engineer                         (AuE)      rad@aue.com     -
  75. - Advanced Microelectronics             PGP public key available          -
  76. ---------------------------------------------------------------------------
  77.  
  78.