I’m working on a reasonably high-end platform (Intel Xeon E5). Will a generic binary of julia be able to leverage all the various optimizations of this CPU when compiling Julia code? Or do I need to compile from source locally?
I read a thread somewhere on here that generic Julia binaries don’t use AVX CPU instructions and locally compiled ones do. Is this still true and does the same apply to other CPU abilities?
Thanks!