Content deleted Content added
m →Octopiler: Task 16: replaced (1×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=; |
remove redundant redirect pipe |
||
Line 52:
====Porting VMX code for SPU====
There is a great body of code which has been developed for other
In some cases it is possible to port existing VMX code directly. If the VMX code is highly generic (makes few assumptions about the execution environment) the translation can be relatively straightforward. The two processors specify a different [[binary format|binary code format]], so recompilation is required at a minimum. Even where [[Instruction (computer science)|instructions]] exist with the same behaviors, they do not have the same instruction names, so this must be mapped as well. IBM provides compiler [[intrinsic function|intrinsic]]s which take care of this mapping transparently as part of the development toolkit.
|