summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2019-12-28 02:11:41 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2019-12-28 02:11:41 +0000
commitece7a5e9849032f4a31e725714c2db89d055b706 (patch)
tree542ea537e6962360701e3d74cf7859a3376685f3
parent2c1962aba6e73dd0c430636082145f92d636ff13 (diff)
Notes
-rw-r--r--lib/libc/arm/string/ffs.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/arm/string/ffs.S b/lib/libc/arm/string/ffs.S
index 0ed815244755..1e25960d9bec 100644
--- a/lib/libc/arm/string/ffs.S
+++ b/lib/libc/arm/string/ffs.S
@@ -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.
*/