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
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr32216.c
blob
d448fe78ca349b6b2a9373fed001d11f95dc4dc6
1
/* { dg-do compile } */
2
/* { dg-require-effective-target vect_floatint_cvt } */
3
4
unsigned int
wlookup2
[
203
];
5
6
void
7
SetSoundVariables
(
int
x
)
8
{
9
for
(
x
=
1
;
x
<
32
;
x
++)
10
{
11
wlookup2
[
x
] = (
double
)
16
/
x
;
12
}
13
}
14