OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d9e8e
)
Oops - omitted this part of xstormy16 patch to use __clzhi2() instead of __stormy16_c...
author
nickc
<nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Dec 2009 11:15:50 +0000
(11:15 +0000)
committer
nickc
<nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Dec 2009 11:15:50 +0000
(11:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154905
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/longlong.h
patch
|
blob
|
history
diff --git
a/gcc/longlong.h
b/gcc/longlong.h
index
e1f8b35
..
5470f9b
100644
(file)
--- a/
gcc/longlong.h
+++ b/
gcc/longlong.h
@@
-1336,7
+1336,7
@@
extern UHItype __stormy16_count_leading_zeros (UHItype);
{ \
UHItype c; \
\
- c = __
stormy16_count_leading_zeros ((x) >> (size - 16));
\
+ c = __
clzhi2 ((x) >> (size - 16));
\
(count) += c; \
if (c != 16) \
break; \