-
wlott authored
only needed to read one word of the source to compute the rightmost dst word. We were reading two words which made load seg-fault because next src word was on a different page (that wasn't mapped in).
wlott authoredonly needed to read one word of the source to compute the rightmost dst word. We were reading two words which made load seg-fault because next src word was on a different page (that wasn't mapped in).
Loading