add scalar detection diagram
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 27 May 2018 20:20:45 +0000 (21:20 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 27 May 2018 20:20:45 +0000 (21:20 +0100)
simple_v_extension.mdwn

index 145d37b0b55229e2fa0092e03e2b2621419f4ab4..33a260919a4279819801641fc4480405733d0583 100644 (file)
@@ -1810,7 +1810,10 @@ discussion then led to the question of OoO architectures
 
 ## Implementation detail for scalar-only op detection <a name="scalar_detection"></a>
 
-Note: this is just one possible implementation.  Another implementation
+Note 1: this idea is a pipeline-bypass concept, which may *or may not* be
+worthwhile.
+
+Note 2: this is just one possible implementation.  Another implementation
 may choose to treat *all* operations as vectorised (including treating
 scalars as vectors of length 1), choosing to add an extra pipeline stage
 dedicated to *all* instructions.