(no commit message)
authorlkcl <lkcl@web>
Thu, 20 Apr 2023 15:51:49 +0000 (16:51 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 20 Apr 2023 15:51:49 +0000 (16:51 +0100)
openpower/sv/rfc/ls013.mdwn

index 8145cd18c3fc91dcd9c02e7fb35532485f30a2a3..4682b34340cc496cfaa2b88862a4d944b3689575 100644 (file)
@@ -250,10 +250,9 @@ semantics therefore Saturated variants of these instructions need not be propose
         t <- a
         a <- b
         b <- t
-    if a <u b then
-        RT <- (RA)
-    else
-        RT <- (RB)
+    # store the entire selected source (even in word mode)
+    if a <u b then RT <- (RA)
+    else           RT <- (RB)
 ```
 
 Compute the integer minimum/maximum according to `MMM` of `RA` and `RB` and