Skip to content
Commit 8c83c021 authored by Jason Evans's avatar Jason Evans
Browse files

Fix bitmap_sfu() regression.

Fix bitmap_sfu() to shift by LG_BITMAP_GROUP_NBITS rather than
hard-coded 6 when using linear (non-USE_TREE) bitmap search.  In
practice this affects only 64-bit systems for which sizeof(long) is not
8 (i.e. Windows), since USE_TREE is defined for 32-bit systems.

This regression was caused by b8823ab0
(Use linear scan for small bitmaps).

This resolves #368.
parent 8d8960f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment