summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m88k/string
AgeCommit message (Collapse)Author
2004-04-01It turns out that the so-called fast ffs(3) routines were wrong, as soon asMiod Vallat
more than one bit is set, as the ff1 instruction counts from the highest order. However, gcc/m88k with optimization enabled would use a correct, short sequence based upon ff1 and tweaks, to achieve the intended result, hence i did not catch this flaw initially. So revert to the C implementation - it is correct, still decently fast, and will only be used when compiling at -O0.
2004-01-26Use libkern's fast ffs() in libc too.Miod Vallat
2002-05-17Remove unused pieces and clean Makefile.incMiod Vallat
2000-03-01$OpenBSD$Todd T. Fries
1999-04-25missing parts from last commitTodd C. Miller
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree