(no commit message)
authorlkcl <lkcl@web>
Wed, 13 Apr 2022 10:22:14 +0000 (11:22 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 13 Apr 2022 10:22:14 +0000 (11:22 +0100)
openpower/sv/bitmanip/appendix.mdwn

index 30c1ad5a81887483a37b38891c0d1eec22ca0eba..2796d7b40fbb7291287636db0e2f9d9948cc82b9 100644 (file)
@@ -5,6 +5,7 @@ links
 * <https://skanthak.homepage.t-online.de/division.html>
 * <https://news.ycombinator.com/item?id=26562819>
 * <https://gmplib.org/~tege/division-paper.pdf>
+* <https://github.com/Richard-Mace/huge-integer-class/blob/master/HugeInt.cpp> nice-looking well-commented c++ implementation
 
 the most efficient division algorithm is probably Knuth's Algorithm D (with modifications from the exercises section of his book) which is O(n^2) and uses 2N-by-N-bit div/rem