On 09/26/2012 09:56 AM, Paolo Bonzini wrote:
> We can provide fast versions based on the other functions defined
> by host-utils.h. Some care is required on glibc, which provides
> ffsl already.
>
Why glibc chose for ffsl even though it uses for
ffs (per POSIX) is beyond me. At any rate, this
We can provide fast versions based on the other functions defined
by host-utils.h. Some care is required on glibc, which provides
ffsl already.
Signed-off-by: Paolo Bonzini
---
host-utils.h | 26 ++
1 file modificato, 26 inserzioni(+)
diff --git a/host-utils.h b/host-ut