What unit do VSE8.V offsets or strides use?
Unit-stride stores advance through consecutive element addresses by data EEW.
unit-stride vector store.
VSE8.V stores active 8-bit elements from vs3 contiguously starting at x[rs1]. With vm=0, v0 selects stored elements; vm=1 is unmasked.
VSE8.V is an RVV unit-stride store; memory writes occur only for active elements not masked off.
Understand this scenario with real code like «vse8.v v8, (a0), v0.t».
Unit-stride stores advance through consecutive element addresses by data EEW.