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
/
uitof.c
blob: 059bc7c7417b3ca253e1da1e484fe857e47c8cbf (
plain
)
1
2
3
4
float
__uitof
(
unsigned
int
a
)
{
return
a
;
}