(no commit message)
authorlkcl <lkcl@web>
Thu, 24 Dec 2020 06:53:39 +0000 (06:53 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 24 Dec 2020 06:53:39 +0000 (06:53 +0000)
openpower/sv/overview.mdwn

index 43898c169d9915232778cc977c9554fa65464ddd..4c45706e83601852645247e20d1e256ff373089b 100644 (file)
@@ -7,7 +7,7 @@ a seductive simplicity that is easy to implement in hardware.  Even with predica
 
 Cray-style variable-length Vectors on the other hand result in stunningly elegant and small loops, with no alarmingly high setup and cleanup code, where at the hardware level the microarchitecture may execute from one element right the way through to tens of thousands at a time, yet the executable remains exactly the same.  Unlike in SIMD, powers of two limitations are not involved in either the hardware nor in the assembly code.
 
-SimpleV takes the Cray style Vector principle and applies it to a scaalar architecture, in the process allowing register file size increases using "tagging" (similar to how x86 originally extended registers from 32 to 64 bit).
+SimpleV takes the Cray style Vector principle and applies it to a Scalar ISA, in the process allowing register file size increases using "tagging" (similar to how x86 originally extended registers from 32 to 64 bit).
 
 The fundamentals are: