repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "PR 117048: simplify-rtx: Simplify (X << C1) [+,^] (X >> C2) into ROTATE"
[official-gcc.git]
/
libgcc
/
config
/
frv
/
ulltof.c
blob
29cdfd4d2a19ba353a6eea6a242bb788116bf97d
1
float
__ulltof
(
unsigned long long
a
)
2
{
3
return
a
;
4
}