arm/ffs.S: remove stale comment.
We already use the CLZ instruction. Discussed with: andrew
This commit is contained in:
parent
2c1962aba6
commit
ece7a5e984
@ -40,9 +40,6 @@ __FBSDID("$FreeBSD$");
|
||||
* 6 bits as an index into the table. This algorithm should be a win
|
||||
* over the checking each bit in turn as per the C compiled version.
|
||||
*
|
||||
* under ARMv5 there's an instruction called CLZ (count leading Zero's) that
|
||||
* could be used
|
||||
*
|
||||
* This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
|
||||
* 16 Feb 1994.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user