summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ffs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide an optimized implementation of ffs(3) in libc onnaddy2020-06-262-0/+24
aarch64/powerpc/powerpc64, making use of the count leading zeros instruction. Also add a brief regression test. ok deraadt@ kettenis@