(no commit message)
authorcand@51b69dee28eeccfe0f04790433b843689895c6e3 <cand@web>
Sat, 12 Dec 2020 17:22:32 +0000 (17:22 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 12 Dec 2020 17:22:32 +0000 (17:22 +0000)
openpower/sv/svp_rewrite/svp64/discussion.mdwn

index a5f9672ed127142e93875f002d3a3af269e5d217..43bd90b65e3a5a8547e554ebd2b34c94f74c888f 100644 (file)
@@ -90,7 +90,7 @@ Some examples on different operation widths:
     255 * 2 = 510 # if we used the smaller width, we'd get 254. Wrong
 
     u16 + u16 = u8
-    256 + 2 = 2 # this is correct whether we use the larger or smaller width - hw can optimize addition
+    256 + 2 = 2 # this is correct whether we use the larger or smaller width - hw can optimize narrowing addition
 
 # Notes about rounding, clamp and saturate