Replace libgcc version of ctz with our own.
On upcoming arm64 port libgcc ctz* are not usable in standalone environment. Since we need ctz* for this case and implementation is in C we may as well use it on all concerned platforms.
This commit is contained in:
parent
a9f25a0819
commit
6fcec43954
4 changed files with 100 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2013-11-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Replace libgcc version of ctz with our own.
|
||||
|
||||
On upcoming arm64 port libgcc ctz* are not usable in standalone
|
||||
environment. Since we need ctz* for this case and implementation is
|
||||
in C we may as well use it on all concerned platforms.
|
||||
|
||||
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Probe for linking format rather than guessing it based
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue