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
Work around false xlc-13.1.5 bug in SIMD test
[gromacs.git]
/
cmake
/
TestX86.c
blob
0cceef00056044091ef0e437ddae970f631312b9
1
int
main
()
2
{
3
#if defined (__i386__) || defined (__x86_64__) || defined (_M_IX86) || defined (_M_X64)
4
return
0
;
5
#else
6
#error This is not x86
7
#endif
8
}