Tagged Questions
4
votes
1answer
201 views
Symbolic bit vectors
I'd like to see how addition and xoring bitvectors mix together. To do this, I implemented (a primitive) vec_add and vec_xor:
...