| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.16.4 SPU Named Address Spaces
On the SPU target variables may be declared as
belonging to another address space by qualifying the type with the
__ea address space identifier:
extern int __ea i;
The compiler generates special code to access the variable i.
It may use runtime library
support, or generate special machine instructions to access that address
space.
This document was generated on October 19, 2013 using texi2html 5.0.
