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
/
pr49715-1.c
blob
d959f9e379c5500100183a1524fe241ca93b6899
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -msse -mfpmath=sse" } */
3
4
float
func
(
unsigned
x
)
5
{
6
return
(
x
&
0xfffff
) *
0.01
f
;
7
}
8
9
/* { dg-final { scan-assembler-times "cvtsi2ss" 1 } } */