summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/string/ffs.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement ffs(3) using the CLZ instructions which has been available everkettenis2018-01-211-43/+6
* Partial revert of rev. 1.7, fixes build with clangjca2018-01-191-2/+1
* Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther2018-01-181-3/+5
* Use unified syntax such that this compiles with both gcc and clang.kettenis2016-09-181-2/+4
* Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpguenther2016-08-061-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-2/+3
* more rcsid/sccs cleanupderaadt2009-10-281-3/+1
* ARGH, forgot tags.drahn2004-02-011-0/+1
* arm libc support. From NetBSD. currently supports softfloat.drahn2004-02-011-0/+76