ifunc.mac: the ilog2 warning may want to be both ceil and floor
commitaa958b1ab60ae5522e5fbbef606fe3d86ac65cae
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 25 May 2016 06:03:17 +0000 (24 23:03 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 25 May 2016 06:03:17 +0000 (24 23:03 -0700)
treef1502ca9b802f93d78c1cd9f85490ab1b6f78726
parent57a05813949015745e31a73918d905f651978d28
ifunc.mac: the ilog2 warning may want to be both ceil and floor

There is no reason why the warning-generating ilog2 has to be only the
floor variant.  However, I am pretty sure we can simply implement the
ilog2cw() as a macro only; we can always fix that if that turns out to
be incorrect.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
doc/changes.src
doc/nasmdoc.src
macros/ifunc.mac