libc: Add assembler versions of fls, flsl, and ffsl for i386 and x86_64.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Sat, 5 Jun 2010 01:01:39 +0000 (18:01 -0700)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Thu, 10 Jun 2010 22:07:46 +0000 (15:07 -0700)
commit6cb1335d825070c7c4f5f0267d2b4c4b7dfd86be
tree38ebf3927f0a4c0fcb57b376d65e87b759a08459
parent638601cad360b6d87119e466db37fe8fb4db0fba
libc: Add assembler versions of fls, flsl, and ffsl for i386 and x86_64.
lib/libc/i386/string/Makefile.inc
lib/libc/i386/string/ffs.S
lib/libc/i386/string/ffsl.S [new file with mode: 0644]
lib/libc/i386/string/fls.S [copied from lib/libc/i386/string/ffs.S with 59% similarity]
lib/libc/i386/string/flsl.S [new file with mode: 0644]
lib/libc/x86_64/string/Makefile.inc
lib/libc/x86_64/string/ffs.S [copied from lib/libc/i386/string/ffs.S with 59% similarity]
lib/libc/x86_64/string/ffsl.S [copied from lib/libc/i386/string/ffs.S with 58% similarity]
lib/libc/x86_64/string/fls.S [copied from lib/libc/i386/string/ffs.S with 58% similarity]
lib/libc/x86_64/string/flsl.S [copied from lib/libc/i386/string/ffs.S with 58% similarity]