We can make CLZ_TAB const.
This commit is contained in:
parent
277401e4d8
commit
ecf8cf18c7
|
@ -3200,7 +3200,7 @@ TEMPLATE static u32 FASTCALL OP_BL(const u32 i)
|
|||
// CLZ
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
u8 CLZ_TAB[16]=
|
||||
const u8 CLZ_TAB[16]=
|
||||
{
|
||||
0, // 0000
|
||||
1, // 0001
|
||||
|
|
Loading…
Reference in New Issue