index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
libgcc
/
config
/
frv
/
uitof.c
blob: 059bc7c7417b3ca253e1da1e484fe857e47c8cbf (
plain
)
1
2
3
4
float
__uitof
(
unsigned int
a
)
{
return
a
;
}