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
Extended SIMD, impl for Arm Neon and 64-bit Neon Asimd
[gromacs.git]
/
cmake
/
TestMIC.c
blob
c03a61b12e390431ac46ff9f74e2194d8a909d22
1
int
main
()
2
{
3
#ifdef __MIC__
4
return
0
;
5
#else
6
#error This compiler is not targetting MIC
7
#endif
8
}