1if [istarget "spu-*-*"] {
2    # This doesn't work on the SPU because single precision floats are
3    # always rounded toward 0.
4    return 1
5}
6return 0
7