History log of /openbsd-current/sys/lib/libkern/arch/powerpc64/ffs.S
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 16-Oct-2020 deraadt

Use the retguard macros from asm.h to protect the function.
ok mortimer kettenis


Revision tags: OPENBSD_6_8_BASE
# 1.1 10-Jun-2020 naddy

Provide an optimized implementation of ffs(3) in the kernel on
arm64/powerpc/powerpc64, making use of the count leading zeros
instruction.

powerpc testing by cwen@; ok kettenis@ deraadt@


# 1.1 10-Jun-2020 naddy

Provide an optimized implementation of ffs(3) in the kernel on
arm64/powerpc/powerpc64, making use of the count leading zeros
instruction.

powerpc testing by cwen@; ok kettenis@ deraadt@