History log of /openbsd-src/lib/libc/arch/powerpc64/string/ffs.S (Results 1 – 2 of 2)
Revision Date Author Comments
# 1a8dbaac 16-Oct-2020 deraadt <deraadt@openbsd.org>

Adapt SYS.h to use retguard macros from asm.h, so that generated system
calls are guarded. Adapt the first few hand-written functions to this
model (a few remain)
ok kettenis mortimer


# 08b16776 26-Jun-2020 naddy <naddy@openbsd.org>

Provide an optimized implementation of ffs(3) in libc on
aarch64/powerpc/powerpc64, making use of the count leading
zeros instruction. Also add a brief regression test.
ok deraadt@ kettenis@