gfxyield.c 497 Bytes
/*====================================================================
 * gfxyield.c
 *
 * Put in a separate .c since all .o are dcache line-size aligned.
 * Can put both yield segments in same .o, because only the RSP uses the
 * memory.  Only the sum of the two buffers needs to be dcache aligned.  
 *
 *====================================================================*/

#include <ultra64.h>
#include "gfx.h"

u64 gfxYieldBuf[OS_YIELD_DATA_SIZE/sizeof(u64)] __attribute__((aligned (16)));