In this thread someone gave a very good explanation. (But too many recent posts, that I can pinpoint it just like that.)EnGee wrote: Sat Jun 29, 2019 9:10 amI still don't know what this AVX is!I need to read about it though. Oh Ok! I read about it here https://en.wikipedia.org/wiki/Advanced_ ... Extensions
In a nutshell : they use larger registers that allow them to do parallel computations on larger data. So they can do e.g. 8 additions in one go, instead of just 1 addition. In practice, you should count some overhead so in practice it can make processes like ~6 times faster.
Something along these lines.
