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
* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
long-double-80-3.c
blob
39dc8a450dede5d7dfb6cdfce40dc63f234f723e
1
/* { dg-do compile { target *-*-linux* } } */
2
/* { dg-options "-O2 -mlong-double-80 -mandroid" } */
3
4
long double
5
foo
(
long double
x
)
6
{
7
return
x
*
x
;
8
}
9
10
/* { dg-final { scan-assembler "fldt" } } */
11
/* { dg-final { scan-assembler-not "call\[\\t \]*_?__multf3" } } */