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