Commit 28e1c4d9 authored by Dominik Bartkiewicz's avatar Dominik Bartkiewicz Committed by Tim Wickberg
Browse files

Add new bit_and_not() function to bitstring.c.

Use instead of the repeated construction of:
bit_not(b); bit_and(a, b); bit_not(b);
to avoid two addition iterations.
parent 83dd027f
Supports Markdown
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