summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/arm64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide an optimized implementation of ffs(3) in the kernel onnaddy2020-06-101-0/+17
arm64/powerpc/powerpc64, making use of the count leading zeros instruction. powerpc testing by cwen@; ok kettenis@ deraadt@