[appendix] == Vector Assembly Code Examples The following are provided as non-normative text to help explain the vector ISA. === Vector-vector add example ---- include::example/vvaddint32.s[lines=4..-1] ---- === Example with mixed-width mask and compute. ---- # Code using one width for predicate and different width for masked # compute. # int8_t a[]; int32_t b[], c[]; # for (i=0; i