(no commit message)
authorlkcl <lkcl@web>
Mon, 3 Oct 2022 11:42:10 +0000 (12:42 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 3 Oct 2022 11:42:10 +0000 (12:42 +0100)
openpower/sv/svp64/discussion.mdwn

index 6fa75848038ca5237a91346d2991233a08d30962..aca194ae6af9783fe9dac08821969b75d969ed3d 100644 (file)
@@ -212,7 +212,7 @@ full review needed, answering question:
 
 four aspects:
 
-1. instructions with only one source
+1. instructions with only one source (or dest)
 2. RM Modes
 3. is the loss of the dynamic meaning "VL=0" nop effect important?
 4. why would "sv.op all-scalar" be inside a loop in the first place?
@@ -242,4 +242,10 @@ predicate-result should be fine as well (aside from change in predicate behaviou
 **REMAP**
 
 A REMAP would redirect operations from the first nonmasked
-predicated element to the first **REMAPped** element.
+predicated element to the first **REMAPped** element, and combined
+with predication (single bit or otherwise) selection of a
+single element is achieved.
+
+biggest concern: how to achieve the same effect?
+
+answer: use at least one vector source.