repo.or.cz
/
gromacs
/
AngularHB.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated FindCUDA to version from cmake 2.8.1 for CUDA 2.3 support
[gromacs/AngularHB.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
}