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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.target
/
sparc
/
fpsub16.c
blob
05642dec117c982f37bbbffc9371a0bae52ded60
1
/* { dg-do compile } */
2
/* { dg-options "-O -mcpu=ultrasparc -mvis" } */
3
typedef
short
vec16
__attribute__
((
vector_size
(
8
)));
4
5
vec16
foo
(
vec16 a
,
vec16 b
)
6
{
7
return
a
-
b
;
8
}
9
10
/* { dg-final { scan-assembler "fpsub16\t%" } } */