Bitops/parity
Parity (i.e., reduction xor) related functions.
Subtopics
- Parity
- (parity n x) computes the parity of the low n bits of x,
returning it as a bitp.
- Parity4
- Optimized version of (parity 4 x).
- Parity32
- Optimized version of (parity 32 x).
- Fast-parity
- Optimized alternative to parity.