riscvarchive / riscv-linux

RISC-V Linux Port
606 stars 210 forks source link

gp, memcpy stuff #80

Closed aswaterman closed 7 years ago

aswaterman commented 7 years ago

I doubt the trailing misalignment case is especially important.

<128 check is probably still a good idea - it will shave some instructions off of the short copies, where it matters most.

RV64 comment was a mistake - this is important for RV32, too.