Commit 2d7879df authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Unify vl=0 and vstart >= vl rules

Currently, vl=0 is a special case in the spec: elements past vl are left
intact in this case.  vstart >= vl (when vl > 0) is sort of a special case
itself: no elements below vl are updated, but elements past vl are zeroed.

The proposal is to unfiy these cases, and leave the entire vector intact
when vstart >= vl.  Or, put another way, the elements past vl are zeroed if
and only if some other element in the vector needs to be written.
parent 4514fba9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment