nasmlib: we need the exact size for the clz functions
commit069ad5fc18c6c7b722ce9be7e83d76283e67b1b5
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 15 Nov 2016 22:05:53 +0000 (15 14:05 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 15 Nov 2016 22:05:53 +0000 (15 14:05 -0800)
tree346531c68b6e0d56765518896d92fbe2a6eb2c6b
parent8b190834832a0ccb947323d4fc19a9066512821e
nasmlib: we need the exact size for the clz functions

We need to use the exact size for the clz functions, otherwise we will
generate the wrong result.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
nasmlib/ilog2.c