summary refs log tree commit diff stats
path: root/lib/pure/bitops.nim
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup (#10874)Arne Döring2019-03-281-18/+6
|
* bitops: add reverseBits and test (#10835)Tomohiro2019-03-131-0/+45
|
* Remove varsilent-observer2019-03-051-1/+1
| | | Shouldn't testing bit require only immutable access? I think this is a typo
* Vm bitops fixes (#10520)Arne Döring2019-02-051-10/+17
|
* Added basic bit manipulation procs to bitops (#10338)Ico Doornekamp2019-01-231-1/+59
|
* bitops: add 'hamming weight' to the doc indexAraq2017-12-031-1/+1
|
* add bitops module for optimized bit manipulation. (#5201)Parashurama2017-03-141-0/+383