arrow_back_ios Back to List

-ignoretrapwordonspu

Offload KB - offload-library

Old Content Alert

Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.

When compiling PPU code for Offload it is quite usual for the code to be littered with the trap word instruction, as a result of runtime asserts. When Offload tries to compile this for SPU it will error, as the trap word instruction does not exist on SPU. To combat this exact issue we added the –ignoretrapwordonspu command line option, that handily allows the trap word instructions to simply be ignored when compiling the SPU code.