index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
config
/
frv
/
ulltof.c
blob: 29cdfd4d2a19ba353a6eea6a242bb788116bf97d (
plain
)
1
2
3
4
float
__ulltof
(
unsigned
long
long
a
)
{
return
a
;
}