search for: 1657adf4

Displaying 1 result from an estimated 1 matches for "1657adf4".

2016 Oct 15
2
How to remove memcpy
On Sat, Oct 15, 2016 at 06:10:05PM -0500, Wolfgang McSneed wrote: > Thanks for your fast response! attached is the matrix_float.c file. Are you intentionally not using static (& const) arrays? The compiler has to use a copy to initialize a & b, given the size, it will use a memcpy from a read-only section for that. Joerg