(no commit message)
authorlkcl <lkcl@web>
Sun, 17 Apr 2022 11:24:13 +0000 (12:24 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 17 Apr 2022 11:24:13 +0000 (12:24 +0100)
openpower/sv/bitmanip/appendix.mdwn

index ed6092ecc3a00c9fef2b50b1199480ce8e7c9b74..cea75c4c82a3ee879e53da5b60f84c89935d9062 100644 (file)
@@ -6,6 +6,7 @@ links
 * <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
+* <https://lists.libre-soc.org/pipermail/libre-soc-dev/2022-April/004739.html>
 
 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