summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ffs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn7 days2-24/+0
|
* 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@