repo.or.cz
/
sbcl
/
nyef.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement arm-softfp C calling convention for floats.
[sbcl/nyef.git]
/
tools-for-build
/
arm-softfp-test.c
blob
8a9f39731ed77efbca6bff2ff9ba22215a548b50
1
int
main
()
2
{
3
#if defined __arm__ && defined __SOFTFP__
4
return
104
;
5
#else
6
return
0
;
7
#endif
8
}