These are poorly optimized (linear search), and we now prefer the
compiler builtin routines on all platforms. These files can be removed.
Note that we still have copies of these slow routines in libc, e.g.
lib/libc/string/ffsl.c.
Differential D40699
libkern: remove old ffs/fls routines mhorne on Jun 21 2023, 4:39 PM. Authored by Tags None Referenced Files
Subscribers None
Details
These are poorly optimized (linear search), and we now prefer the Note that we still have copies of these slow routines in libc, e.g.
Diff Detail
|