HomeFreeBSD

libkern: remove old ffs/fls routines

Description

libkern: remove old ffs/fls routines

These are poorly optimized (linear search), and we now prefer the
compiler-provided routines on all platforms. These files can be removed.

Reviewed by: emaste, dougm
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40699

Details

Provenance
mhorneAuthored on Jul 6 2023, 5:46 PM
Reviewer
emaste
Differential Revision
D40699: libkern: remove old ffs/fls routines
Parents
rGa89262079edb: Consistently provide ffs/fls using builtins
Branches
Unknown
Tags
Unknown