coduin / epiphany-bsp

BSP implementation for the Parallella; the world's smallest supercomputer
https://jwbuurlage.github.io/epiphany-bsp/
GNU General Public License v3.0
27 stars 14 forks source link

Correction of remaining bytes in memcopy aligned cases #32

Closed kmate closed 8 years ago

kmate commented 8 years ago

There is a typo-like error in the aligned cases of ebsp_memcpy. The remaining bytes will not be copied correctly, as the source pointer is not changed. I attached a standalone test case that shows the output of each version.

copytest.txt

jwbuurlage commented 8 years ago

Hi Karácsony, thanks for this fix. We will gladly merge this, if you can change the PR to target our develop branch instead of our master branch.

Thanks again.