From 4c1a2a48135904bfa9e2d9b9c93c375e49c2a871 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Fri, 21 May 2021 13:13:11 +0300 Subject: [PATCH] There were two code blocks with inverted min/max, prev commit missed one --- openpower/sv/overview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 81d5b9aa9..ffee381ec 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -608,7 +608,7 @@ truncated. Only then can the arithmetic saturation condition be detected: # unsigned add result = op_add(src1, src2, opwidth) # at max width # now saturate (unsigned) - sat = max(result, (1<