(no commit message)
authorlkcl <lkcl@web>
Wed, 21 Sep 2022 13:31:38 +0000 (14:31 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 21 Sep 2022 13:31:38 +0000 (14:31 +0100)
openpower/sv.mdwn

index 34fd99a6362f0ff01d3004474ec720fe19b5747e..f7d5245841392b31f3a5675756b1b90424494206 100644 (file)
@@ -265,9 +265,9 @@ of Simple-V.
 Simple-V is effectively a type of "Zero-Overhead Loop Control" to which
 an entire 24 bits are exclusively dedicated in a fully RISC-abstracted
 manner. Within those 24-bits there are no Scalar instructions, and
-no Vector instructions: there is only "Loop Control".
+no Vector instructions: there is *only* "Loop Control".
 
-This is why there are no actuak Vector operations in Simple-V: *all* suitable
+This is why there are no actual Vector operations in Simple-V: *all* suitable
 Scalar Operations are Vectorised or not at all.  This has some extremely
 important implications when considering adding new instructions, and
 especially when allocating the Opcode Space for them.