From bcc26dd8e131e97d45d925566bc53cd219cd6a30 Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 26 Apr 2022 17:27:55 +0100 Subject: [PATCH] --- 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 76f0a37f5..870263858 100644 --- a/openpower/sv/biginteger/analysis.mdwn +++ b/openpower/sv/biginteger/analysis.mdwn @@ -415,5 +415,5 @@ detection is required. When the divisor is too small compared to the dividend then the result may not fit into 64 bit. Knuth's original algorithm detects overflow and manually places 0xffffffff (all ones) into `qhat`. It makes sense for `divrem2du` to do -this, and also to return an overflow indicator: this can be dobe +this, and also to return an overflow indicator: this can be done by always setting Rc=1 as a way to save opcode space -- 2.30.2