(no commit message)
authorlkcl <lkcl@web>
Thu, 21 Apr 2022 08:20:02 +0000 (09:20 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 21 Apr 2022 08:20:02 +0000 (09:20 +0100)
openpower/sv/biginteger.mdwn

index 52735f50c4dd21e1a03acd37c43c2d479bd997f6..38ba735e79e6aa4b85cb4b21574f3bfa1f152d22 100644 (file)
@@ -20,7 +20,7 @@ Dynamic SIMD ALUs for maximum performance and effectiveness.
 
 # Analysis
 
-Covered in [[analysis]] the summary is that standard `adde` is sufficient
+Covered in [[biginteger/analysis]] the summary is that standard `adde` is sufficient
 for SVP64 Vectorisation, but that big-integer multiply and divide
 require two extra 3-in 2-out instructions, similar to Intel's `mulx`.