repo.or.cz
/
gromacs
/
rigid-bodies.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed bug in gmx_sumf_comm where a double array was passed to an MPI function expecti...
[gromacs/rigid-bodies.git]
/
cmake
/
TestInlineASM_msvc_x86.c
blob
8ad98cbecd60003e3887643fec8673c7796dd0d7
1
int
2
main
()
3
{
4
float
f
;
5
int
i
;
6
/* Test microsoft visual studio inline asm for x86 */
7
_asm
{
fld f
} ;
8
_asm
{
fistpl i
};
9
return
0
;
10
}