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
Add -mlong-double-128 and make it default for 64-bit Bionic
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
long-double-80-8.c
blob
b82305ffb65524e7541c216776c4c4b5efc52076
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mlong-double-128 -mlong-double-80" } */
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" } } */