Just guessing here as always.
Maybe parallel loop the compiler uses different cores, for arrays using elementary operations, add, subtract, math functions, etc, maybe the compiler is using the vectorized instruction set in a CPU.
mcduff
Just guessing here as always.
Maybe parallel loop the compiler uses different cores, for arrays using elementary operations, add, subtract, math functions, etc, maybe the compiler is using the vectorized instruction set in a CPU.
mcduff