Add initial support for python bindings
[alexxy/gromacs.git] / cmake / TestQPX.c
1 int main()
2 {
3     vector4double one = vec_splats(1.0);
4     vector4double zero = vec_sub(one,one);
5     return 0;
6 }