1. Jul 03, 2021
  2. Jun 21, 2021
  3. Jun 16, 2021
  4. Jun 10, 2021
  5. Jun 09, 2021
  6. Jun 07, 2021
  7. Jun 05, 2021
  8. Jun 03, 2021
    • Andrew Waterman's avatar
      Add note to changelog · 38b6d16d
      Andrew Waterman authored
      38b6d16d
    • Andrew Waterman's avatar
      Clarify that whole-register loads do use the encoded EEW · c841730f
      Andrew Waterman authored
      The old text points out that, because the in-memory layout and in-register
      layouts are the same, the instructions behave the same as moving vectors
      of bytes with EEW=8.  True enough as far as the data transfer, but not so
      for the handling of evl/vstart: those actually do depend on the encoded EEW.
      
      This choice is consistent with the later statement that "implementations are
      allowed to raise a misaligned address exception on whole register loads",
      meaning (a) that EEW is not truly a HINT and (b) the unit of transfer really
      is elements, not bytes, even if the effect of a successful transfer is the
      same.
      c841730f
  9. May 24, 2021
  10. May 18, 2021
  11. May 17, 2021
  12. May 14, 2021
  13. May 13, 2021