1 if [istarget "spu-*-*"] {
2     # Using inline assembly to convert long long to int is not working quite
3     # right # on the SPU.  An extra shift-left-4-byte is needed.
4     return 1
5 }
6 return 0
7