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