Skip to content
Snippets Groups Projects
Commit 366964fb authored by Henrik Gramner's avatar Henrik Gramner Committed by Henrik Gramner
Browse files

Add a separate getbits function for getting a single bit

A length of 1 is by far the most common case, and having a special case
for that is not only slightly faster but also reduces code size by a
decent amount due to not having to pass a length argument every time.
parent 1a772e46
No related branches found
No related tags found
1 merge request!1470Add getbits improvements
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment