repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pow-sqrt-3.c
blob
c166586ac6317fe95e1446db2d43f8ef0a9ec36f
1
/* { dg-do run } */
2
/* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=3" } */
3
/* { dg-require-effective-target double64plus } */
4
5
#define EXPN (1.25)
6
#include
"pow-sqrt.x"