| View previous topic :: View next topic |
| Author |
Message |
Kojima
Joined: 26 Jun 2006 Posts: 275
|
Posted: Tue Jul 04, 2006 3:27 am Post subject: What's the fatest way to copy a block of system ram? |
|
|
I mean from one point in sysmem to the other. Is it memcpy or is there a faster hardware dma thing I can use? Or is dma for sys ram to gs ram only?
Thanks. |
|
| Back to top |
|
 |
EEUG
Joined: 13 May 2005 Posts: 136 Location: The Netherlands
|
Posted: Wed Jul 05, 2006 4:44 pm Post subject: |
|
|
| ...fastest way is to use uncached accelerated buffer and lq/sq instructions (8 'lq' in the row following 8 'sq' in the row). Limitation is that your blocks must have 16 byte alignment... |
|
| Back to top |
|
 |
|