JuliaMath / IntelVectorMath.jl

Julia bindings for the Intel Vector Math Library
Other
73 stars 18 forks source link

Is Julia 32 bit faster than Julia 64 bit? #47

Closed Sinansi closed 4 years ago

Sinansi commented 4 years ago

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!

KristofferC commented 4 years ago

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.

Sinansi commented 4 years ago

@KristofferC Thank you so much!