Ninja Library - Memory Function

njMemCopySQ

Copies memory (using the store queue)

FORMAT

void njMemCopySQ( *dst, *src, num )
void *dst
void *src
Sint32 num

PARAMETER

 *dst  copy destination 
 *src  copy origin 
 num  copy number  

RETURN

None

DESCRIPTION

Copies (num X 32)bytes from src to dst using the store queue.

The argument that designates the copy destination (*dst) and the argument that designates the copy origin (*src) must have 32byte alignment.


NOTE

It is faster to transfer amounts of less than 64bytes with the njMemCopy32() function.


REFERENCE

njMemCopy()
njMemCopy2()
njMemCopy4()
njMemCopy8()
njMemCopy16()
njMemCopy32()

njMemCopySQ
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999