7 lines
201 B
C
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"
|