Hello,
We find the performance of memcpy in qnx is much lower than that in linux. As we know, memcpy in linux is optimized with neon instructions, and we test memcpy with neon optimization in qnx, the performance is equal with memcpy without neon optimization in linux, How can we rise the memcpy performance in qnx? Thanks.