inverting `BO[1]` which just leaves two modes:
* Branch takes place on the **first** CR Field test to succeed
- (a Great Big OR of all condition tests)
+ (a Great Big OR of all condition tests). Exit occurs
+ on the first **successful** test.
* Branch takes place only if **all** CR field tests succeed:
- a Great Big AND of all condition tests
+ a Great Big AND of all condition tests. Exit occurs
+ on the first **failed** test.
Early-exit is enacted such that the Vectorised Branch does not
perform needless extra tests, which will help reduce reads on
occurred or not. This can leave srcstep etc. in what may be
considered an unusual
state on exit from a loop and it is up to the programmer to
-reset srcstep, dststep etc. to known-good values *(achieved with `setvl`)*.
+reset srcstep, dststep etc. to known-good values
+*(easily achieved with `setvl`)*.
Additional useful behaviour involves two primary Modes (both of
which may be enabled and combined):