What's the fatest way to copy a block of system ram?

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
Kojima
Posts: 275
Joined: Mon Jun 26, 2006 3:49 am

What's the fatest way to copy a block of system ram?

Post by Kojima »

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.
EEUG
Posts: 136
Joined: Fri May 13, 2005 4:49 am
Location: The Netherlands

Post by EEUG »

...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...
Post Reply