summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/ieee/920518-1.x
blob: 73b18d1604d911a4804a94f88720d927d343fcda (plain)
1
2
3
4
5
6
if [istarget "spu-*-*"] {
    # This doesn't work on the SPU because single precision floats are
    # always rounded toward 0.
    return 1
}
return 0