|
|
|
|
|
by camel-cdr
1073 days ago
|
|
I'm not sure I fully understand fault-only-first load, but reading the description of vle8ff.v I think I only need to exchange the load inside of the loop? How does the normal load deal with faults? I'll update the parent comment, it slowed down the speed from 2/1.7 to 1.57/1.36 Bytes/Cycle. |
|
The normal load should just segfault if any loaded byte is outside of readable memory, same as with a scalar load which is similarly partly outside.