(no commit message)
authorlkcl <lkcl@web>
Sun, 26 Jun 2022 13:04:33 +0000 (14:04 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 26 Jun 2022 13:04:33 +0000 (14:04 +0100)
openpower/sv/svp64/appendix.mdwn

index 4fcacdb0951e2c41d286fb2906b329ed7986976f..c80e3b866fdc0eec8d92e1ad884592f148a8beb2 100644 (file)
@@ -74,10 +74,10 @@ Parallel Carry Lookahead.
 
 It can clearly be seen that the carry chains from one
 64 bit add to the next, the end result being that a
-256-bit "Big Integer Add" has been performed, and that
-CA contains the 257th bit.  A one-instruction 512-bit Add
+256-bit "Big Integer Add with Carry" has been performed, and that
+CA contains the 257th bit.  A one-instruction 512-bit Add-with-Carry
 may be performed by setting VL=8, and a one-instruction
-1024-bit add by setting VL=16, and so on.  More on
+1024-bit Add-with-Carry by setting VL=16, and so on.  More on
 this in [[openpower/sv/biginteger]]
 
 # v3.0B/v3.1 relevant instructions