clarify basic operation
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 5 Nov 2018 11:50:22 +0000 (11:50 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 5 Nov 2018 11:50:22 +0000 (11:50 +0000)
simple_v_extension/specification.mdwn

index deec09dabc7655fb1593222ad2ca64b41ee4810e..65c5d43dbaaa0adfa904a501dcc1b735194c5f6a 100644 (file)
@@ -83,7 +83,8 @@ The principle of SV is as follows:
   VL, that effectively issues **multiple** identical instructions
   using contiguous sequentially-incrementing registers.
   **Whether they be executed sequentially or in parallel or a
-  mixture of both is entirely up to the implementor**.
+  mixture of both or punted to software-emulation in a trap handler
+  is entirely up to the implementor**.
 
 In this way an entire scalar algorithm may be vectorised with
 the minimum of modification to the hardware and to compiler toolchains.