Anyway - the reason for memcpy getting called is that gcc decides that you have a loop that it thinks would be more efficient if it was done by memcpy. It seems on Epiphany this is generally wrong. To disable this behavior add the -fno-tree-loop-distribute-patterns option to gcc.
MikeStatistics: Posted by mikebell — Sun Mar 08, 2015 12:08 am
]]>