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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vmx
/
ira1.c
blob
eee2869121dbf62d4772db9974f0d3355b0e3379
1
#include <altivec.h>
2
#include <stdlib.h>
3
vector
unsigned char
u8a
,
u8b
;
4
5
int
main
()
6
{
7
if
(!
vec_all_eq
(
u8a
,
u8b
))
8
abort
();
9
return
0
;
10
}