move fail-on-first to appendix
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 12:11:53 +0000 (13:11 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 12:11:53 +0000 (13:11 +0100)
simple_v_extension/appendix.mdwn

index eccf96ed546607411da9fd6c0d02012429edfde9..65a573dd48b7445d3148dabbfe6cd4689d92ff0d 100644 (file)
@@ -17,7 +17,7 @@ be thrown if this were a scalar operation (when VL=1).
 
 ## Fail-on-first traps
 
-Except for the first element, ffault stops sequential element processing
+Except for the first element, ffirst stops sequential element processing
 when a trap occurs.  The first element is treated normally (as if ffirst
 is clear).  Should any subsequent element instruction require a trap,
 instead it and subsequent indexed elements are ignored (or cancelled in
@@ -42,7 +42,7 @@ is set to.
 
 ## Fail-on-first conditional tests
 
-ffault stops sequential element conditional testing on the first element result
+ffirst stops sequential element conditional testing on the first element result
 being zero.  VL is set to the number of elements that were processed before
 the fail-condition was encountered.