HomeFreeBSD

illumos compat: use flsl/flsll for highbit/highbit64

Description

illumos compat: use flsl/flsll for highbit/highbit64

This is a micro optimization.
The upstream code uses the binary search.

Differential Revision: https://reviews.freebsd.org/D2839
Reviewed by: delphij, mav
MFC after: 15 days

Details