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