1 if [istarget "spu-*-*"] {
2     # No Inf/NaN support on SPU.
3     return 1
4 }
5 add-ieee-options
6 return 0
7