JuliaMath/IntelVectorMath.jl

Is Julia 32 bit faster than Julia 64 bit?

Sinansi opened this issue · 2 comments

Sir, I have a question about the performance charts on your webpage:

https://github.com/JuliaMath/IntelVectorMath.jl#performance

Is Julia 32 bit faster than Julia 64 bit?

I see huge difference between them! And 32 is winning in most cases.

I am using Windows 10 x64 bit and installed Julia x64 bit.

Should I use Julia 32 bit instead?

Thank you!

The 32-bit vs 64-bit Julia builds is for integers. The benchmarks posted are for floating point numbers. You should keep using the 64-bit Julia.

@KristofferC Thank you so much!