Commit 892ffa89 authored by Dominik Bartkiewicz's avatar Dominik Bartkiewicz Committed by Tim Wickberg
Browse files

Replace sequence of (bit_not, bit_and, bit_not) with bit_and_not().

Improve performance by looping once over the bitstring rather than
three times. This also allows us to remove some temporary bitstring
variables that were holding an inverted version.
parent 0ecd563c
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