Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pow-sqrt-1.c
2023-03-06 14:48:14 +01:00

7 lines
201 B
C

/* { dg-do run } */
/* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */
/* { dg-require-effective-target double64plus } */
#define EXPN (-6 * (0.5*0.5*0.5*0.5))
#include "pow-sqrt.x"