clarify
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Mar 2023 13:57:12 +0000 (13:57 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Mar 2023 13:57:12 +0000 (13:57 +0000)
openpower/sv/rfc/ls007.mdwn

index 22e453a7f643773fd5471f2dd179c8a315ae410a..211f5c7ae5e15effbc83ff6e73bb3a1cf17ee568 100644 (file)
@@ -77,7 +77,7 @@ GPR, CR-Field, bit-manipulation, ternary, binary, dynamic, look-up-table
 * `crternlogi` is similar to the group of CR Operations (crand, cror etc) which have
    been identified as a Binary Lookup Group, except an 8-bit
    immediate is used instead of a 4-bit one, and up to 4 bits of a CR Field may
-   be computed at once, saving 3 CR operations.
+   be computed at once, saving at least 3 groups of CR operations.
 * `crbinlut` is similar to the Binary Lookup Group of CR Operations except that the
    4-bit lookup table comes from a CR Field instead of from an Immediate. Also
    like `crternlogi` up to 4 bits may be computed at once.