aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/nvptx/isinf.c
blob: c433612500ef2a00cacd934358652d4eb731e8c9 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2" } */

int foo(double x)
{
  return __builtin_isinf(x);
}

/* { dg-final { scan-assembler-times "testp.infinite.f64" 1 } } */