implementations and compare their performance is an unavoidable nuisance.
SVP64 is supposed to be designed such that only one implementation of
any given algorithm is needed. In some ways it is reassuring that
-some algorithms just don't fit.
+some algorithms just don't fit. Slightly more reassuring is that
+Goldschmidt Divide, which uses two multiplications that can be
+performed in parallel, would be a much better fit with SVP64 (and
+Vector Processing in general), the only downside being that it is
+regarded as worthwhile for much larger integers.
# Conclusion