]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pow-sqrt-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pow-sqrt-1.c
1 /* { dg-do run } */
2 /* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */
3 /* { dg-require-effective-target double64plus } */
4
5 #define EXPN (-6 * (0.5*0.5*0.5*0.5))
6
7 #include "pow-sqrt.x"