repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add contribution information to webpage
[gromacs.git]
/
cmake
/
TestQPX.c
blob
229c35baffd63f2d2bbfbdeb23001ed66e744b7f
1
int
main
()
2
{
3
vector4double one
=
vec_splats
(
1.0
);
4
vector4double zero
=
vec_sub
(
one
,
one
);
5
return
0
;
6
}