From 9368b7f4e12e755add1dbeb5a2ac9737d83dcb5f Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 21 Apr 2022 20:20:08 -0700 Subject: [PATCH] fix link --- openpower/sv/biginteger/analysis.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/biginteger/analysis.mdwn b/openpower/sv/biginteger/analysis.mdwn index 55652bdbe..bda0ced55 100644 --- a/openpower/sv/biginteger/analysis.mdwn +++ b/openpower/sv/biginteger/analysis.mdwn @@ -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: ``` -- 2.30.2