From 29c772c45ef97679bc77434afe02b7170f039e0c Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 14 May 2022 18:13:26 +0100 Subject: [PATCH] --- openpower/sv/biginteger.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openpower/sv/biginteger.mdwn b/openpower/sv/biginteger.mdwn index c9ccf5570..b46be6a59 100644 --- a/openpower/sv/biginteger.mdwn +++ b/openpower/sv/biginteger.mdwn @@ -33,13 +33,15 @@ Big-Divide. Macro-op Fusion and back-end massively-wide SIMD ALUs may be deployed in a fashion that is hidden from the user, behind a consistent, stable ISA API. +The same macro-op fusion may theoretically be deployed even on Scalar +operations. # madded **DRAFT** -`madded` is similar to v3.0 `madd`. -`madded`, like `madd`, is VA-Form despite having 2 outputs: the second +`madded` is similar to v3.0 `madd`, and +is VA-Form despite having 2 outputs: the second destination register is implicit. |0.....5|6..10|11..15|16..20|21..25|26..31| -- 2.30.2