1 if [istarget "spu-*-*"] {
2     # The SPU single-precision floating point format does not
3     # support Nan & Inf.
4     return 1
5 }
6 return 0
7