Re: [Kicad-developers] Optimization

2016-04-29 Thread Javier Loureiro Varela
nly if you write a complete code using sse intrinsics, with everything in sse registers, with the memory data layout designed to sse, then you will notice a huge gain. That is the case with videocodecs, or raytracing. For an app like kicad, it makes no sense at all to open that gate. ᐧ *Javie

Re: [Kicad-developers] Optimization

2016-04-26 Thread Javier Loureiro Varela
mory -> slower code - it can be fast on intel, but horrible in ARM -> slower code Normally, it is easier to optimize the algorithm and the data structures (specially data structures) ᐧ *Javier Loureiro Varela* On Tue, Apr 26, 2016 at 5:23 PM, Chris Pavlina <pavlina.ch...@gmail.com&