Re: Vector Memory Ordering
Bill Huffman
On 9/8/20 1:47 PM, Allen Baum wrote:
From most points of view it's a fine method (delay exception reporting until all accesses from logically previous addresses are complete and override). But it seems to require either that stores are done in order anyway, or that stores of vector elements can be done more than once (only until the instruction completes). I think I'm OK with vector elements being stored more than once during the instruction, but I don't know that it will be accepted easily. The other choice seems to be to do many stores in order anyway. For reasonably small strides, it may be possible to do exception checks all at once, but for large strides and scatters, I don't expect it is. Bill
|
|