(no commit message)
authorlkcl <lkcl@web>
Sat, 9 Apr 2022 21:31:13 +0000 (22:31 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 9 Apr 2022 21:31:13 +0000 (22:31 +0100)
openpower/sv/svp64/appendix.mdwn

index 2f422ea599e9572f443584d8d8004571a9334020..b571d919570aaef6156744c1befad157d4c673a0 100644 (file)
@@ -223,6 +223,12 @@ This is equivalent to
 `llvm.masked.compressstore.*`
 followed by
 `llvm.masked.expandload.*`
+with a single instruction.
+
+This extreme power and flexibility comes down to the fact that SVP64
+is not actually a Vector ISA: it is a loop-abstraction-concept that
+is applied *in general* to Scalar operations, just like the x86
+`REP` instruction (if put on steroids).
 
 # Reduce modes