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_gcc_x86.c
blob
824489fafaf46bbaa801c4d77d33b95176e2f64c
1
int
2
main
()
3
{
4
float
f
;
5
int
i
;
6
/* Test gcc inline asm for x86 */
7
asm
(
"fld %1
\n
fistpl %0
\n
"
:
"=m"
(*&
i
) :
"f"
(
f
));
8
return
0
;
9
}