libroot: revert __clz_tab change. Didn't mean to put that in yet

Change-Id: I6c4eea2de5778749e4894ea5d1d12e8403e538da
This commit is contained in:
Alexander von Gluck IV 2021-11-09 16:41:21 -06:00
parent ec8a8f1c02
commit 4a025c8e74
2 changed files with 0 additions and 18 deletions

View File

@ -32,7 +32,6 @@ for architectureObject in [ MultiArchSubDirSetup ] {
l64a.c
lcong48.c
lcong48_r.c
longlong.c
lrand48.c
lrand48_r.c
mrand48.c

View File

@ -1,17 +0,0 @@
/*
* Copyright 2021, Haiku, Inc.
* Distributed under the terms of the MIT License.
*/
const char __clz_tab[256] =
{
0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8
};