fix link
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Apr 2022 03:20:08 +0000 (20:20 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Apr 2022 21:36:33 +0000 (14:36 -0700)
openpower/sv/biginteger/analysis.mdwn

index 55652bdbe97fd0513cd0288036b172953422f923..bda0ced551cbace44e2bc82bc80329ebe23a434d 100644 (file)
@@ -258,7 +258,7 @@ afterwards.  Essentially there are three phases:
   phase 1 was wrong by one digit.
 
 From Knuth's Algorithm D, implemented in
-[mulmnu.c](https://git.libre-soc.org/?p=libreriscv.git;a=blob;f=openpower/sv/bitmanip/mulmnu.c;hb=HEAD),
+[divmnu64.c](https://git.libre-soc.org/?p=libreriscv.git;a=blob;f=openpower/sv/biginteger/divmnu64.c;hb=HEAD),
 Phase 2 is expressed in c, as:
 
 ```