Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Cell SPU error in C
  2. (.text+0x28): relocation truncated to fit: SPU_ADDR18 against symbol `_end' defined in *ABS* section in spu
  3.        
  4. #define CACHE_NAME MY_CACHE
  5.  
  6. #define CACHED_TYPE double
  7.  
  8. #define CACHELINE_LOG2SIZE 11
  9.  
  10. #define CACHE_LOG2NWAY 2
  11.  
  12. #define CACHE_LOG2NSETS 4
  13.  
  14. #include <cache-api.h>